Color Hex Logo

#da822b Color Hex

#DA822B
(218,130,43)
0 Favorites   0 Comments

Color spaces of #da822b

RGB 21813043
HSL0.080.700.51
HSV30°80°85°
CMYK 0.000.400.80   0.15
XYZ37.332131.04516.3102
Yxy31.04510.49980.4157
Hunter Lab55.718122.091332.2880
CIE-Lab62.545727.612658.0266

#da822b color RGB value is (218,130,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 00101011
Octal 332 202 53
Decimal 218 130 43
Hex DA 82 2B

RGB Percentages of Color #da822b

%55.75
%33.25
%11.00

CMYK Percentages of Color #da822b

%0
%40
%80
%15

Triadic Colors of #da822b

#da822b #2bda82 #822bda

Analogous Colors of #da822b

#da822b #dada2b #da2b2c

Monochromatic Colors of #da822b

#da822b

Complementary Color

#da822b #2b83da

#da822b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da822b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da822b Color CSS Codes

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

#da822b Text Font Color

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

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


#da822b Background Color

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

This div background color is #da822b


#da822b Border Color

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

This div border color is #da822b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da822b


Comments

No comments written yet.

Please login to write comment.