Color Hex Logo

#da823b Color Hex

#DA823B
(218,130,59)
0 Favorites   0 Comments

Color spaces of #da823b

RGB 21813059
HSL0.070.680.54
HSV27°73°85°
CMYK 0.000.400.73   0.15
XYZ37.685531.18658.1710
Yxy31.18650.48910.4048
Hunter Lab55.844922.727730.4163
CIE-Lab62.664828.251251.2692

#da823b color RGB value is (218,130,59).

#da823b hex color red value is 218, green value is 130 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da823b hue: 0.07 , saturation: 0.68 and the lightness value of da823b is 0.54.

The process color (four color CMYK) of #da823b color hex is 0.00, 0.40, 0.73, 0.15. Web safe color of #da823b is #cc9933. Color #da823b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 00111011
Octal 332 202 73
Decimal 218 130 59
Hex DA 82 3B

RGB Percentages of Color #da823b

%53.56
%31.94
%14.50

CMYK Percentages of Color #da823b

%0
%40
%73
%15

Triadic Colors of #da823b

#da823b #3bda82 #823bda

Analogous Colors of #da823b

#da823b #dad23b #da3b44

Monochromatic Colors of #da823b

#da823b

Complementary Color

#da823b #3b93da

#da823b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da823b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da823b Color CSS Codes

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

#da823b Text Font Color

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

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


#da823b Background Color

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

This div background color is #da823b


#da823b Border Color

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

This div border color is #da823b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,130,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 #da823b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da823b


Comments

No comments written yet.

Please login to write comment.