Color Hex Logo

#da830b Color Hex

#DA830B
(218,131,11)
0 Favorites   0 Comments

Color spaces of #da830b

RGB 21813111
HSL0.100.900.45
HSV35°95°85°
CMYK 0.000.400.95   0.15
XYZ37.090131.16224.3766
Yxy31.16220.51070.4291
Hunter Lab55.823120.908934.4278
CIE-Lab62.644326.394567.0834

#da830b color RGB value is (218,131,11).

#da830b hex color red value is 218, green value is 131 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #da830b hue: 0.10 , saturation: 0.90 and the lightness value of da830b is 0.45.

The process color (four color CMYK) of #da830b color hex is 0.00, 0.40, 0.95, 0.15. Web safe color of #da830b is #cc9900. Color #da830b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 00001011
Octal 332 203 13
Decimal 218 131 11
Hex DA 83 B

RGB Percentages of Color #da830b

%60.56
%36.39
%3.06

CMYK Percentages of Color #da830b

%0
%40
%95
%15

Triadic Colors of #da830b

#da830b #0bda83 #830bda

Analogous Colors of #da830b

#da830b #cada0b #da1c0b

Monochromatic Colors of #da830b

#da830b

Complementary Color

#da830b #0b62da

#da830b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da830b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da830b Color CSS Codes

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

#da830b Text Font Color

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

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


#da830b Background Color

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

This div background color is #da830b


#da830b Border Color

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

This div border color is #da830b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da830b


Comments

No comments written yet.

Please login to write comment.