Color Hex Logo

#d0993b Color Hex

#D0993B
(208,153,59)
0 Favorites   0 Comments

Color spaces of #d0993b

RGB 20815359
HSL0.110.610.52
HSV38°72°82°
CMYK 0.000.260.72   0.18
XYZ38.193136.50819.1715
Yxy36.50810.45540.4353
Hunter Lab60.42197.092633.2957
CIE-Lab66.906311.610455.2708

#d0993b color RGB value is (208,153,59).

#d0993b hex color red value is 208, green value is 153 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #d0993b hue: 0.11 , saturation: 0.61 and the lightness value of d0993b is 0.52.

The process color (four color CMYK) of #d0993b color hex is 0.00, 0.26, 0.72, 0.18. Web safe color of #d0993b is #cc9933. Color #d0993b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011001 00111011
Octal 320 231 73
Decimal 208 153 59
Hex D0 99 3B

RGB Percentages of Color #d0993b

%49.52
%36.43
%14.05

CMYK Percentages of Color #d0993b

%0
%26
%72
%18

Triadic Colors of #d0993b

#d0993b #3bd099 #993bd0

Analogous Colors of #d0993b

#d0993b #bdd03b #d04f3b

Monochromatic Colors of #d0993b

#d0993b

Complementary Color

#d0993b #3b72d0

#d0993b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0993b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0993b Color CSS Codes

.mybgcolor {background-color:#d0993b; } 
.myforecolor {color:#d0993b; }
.mybordercolor {border:3px solid #d0993b; }

#d0993b Text Font Color

<p style="color:#d0993b">Text here</p>

This sample text font color is #d0993b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d0993b Background Color

<div style="background-color:#d0993b">
Div content here</div>

This div background color is #d0993b


#d0993b Border Color

<div style="border:3px solid #d0993b">
Div here</div>

This div border color is #d0993b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,153,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0993b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0993b;
  -webkit-box-shadow: 1px 1px 3px 2px #d0993b;
  box-shadow:         1px 1px 3px 2px #d0993b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,153,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d0993b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d0993b;
  -webkit-box-shadow: 1px 1px 3px 2px #d0993b;
  box-shadow:         1px 1px 3px 2px #d0993b;">
Div content here</div>

This div box has shadow with color #d0993b


Comments

No comments written yet.

Please login to write comment.