Color Hex Logo

#da992b Color Hex

#DA992B
(218,153,43)
0 Favorites   0 Comments

Color spaces of #da992b

RGB 21815343
HSL0.100.700.51
HSV38°80°85°
CMYK 0.000.300.80   0.15
XYZ40.740737.86237.4464
Yxy37.86230.47350.4400
Hunter Lab61.532310.503635.8976
CIE-Lab67.919015.273262.8995

#da992b color RGB value is (218,153,43).

#da992b hex color red value is 218, green value is 153 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #da992b hue: 0.10 , saturation: 0.70 and the lightness value of da992b is 0.51.

The process color (four color CMYK) of #da992b color hex is 0.00, 0.30, 0.80, 0.15. Web safe color of #da992b is #cc9933. Color #da992b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 00101011
Octal 332 231 53
Decimal 218 153 43
Hex DA 99 2B

RGB Percentages of Color #da992b

%52.66
%36.96
%10.39

CMYK Percentages of Color #da992b

%0
%30
%80
%15

Triadic Colors of #da992b

#da992b #2bda99 #992bda

Analogous Colors of #da992b

#da992b #c4da2b #da412b

Monochromatic Colors of #da992b

#da992b

Complementary Color

#da992b #2b6cda

#da992b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da992b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da992b Color CSS Codes

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

#da992b Text Font Color

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

This sample text font color is #da992b
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.


#da992b Background Color

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

This div background color is #da992b


#da992b Border Color

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

This div border color is #da992b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da992b


Comments

No comments written yet.

Please login to write comment.