Color Hex Logo

#da920b Color Hex

#DA920B
(218,146,11)
0 Favorites   0 Comments

Color spaces of #da920b

RGB 21814611
HSL0.110.900.45
HSV39°95°85°
CMYK 0.000.330.95   0.15
XYZ39.252735.48745.0975
Yxy35.48740.49170.4445
Hunter Lab59.571313.367436.6265
CIE-Lab66.126418.353369.5149

#da920b color RGB value is (218,146,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 00001011
Octal 332 222 13
Decimal 218 146 11
Hex DA 92 B

RGB Percentages of Color #da920b

%58.13
%38.93
%2.93

CMYK Percentages of Color #da920b

%0
%33
%95
%15

Triadic Colors of #da920b

#da920b #0bda92 #920bda

Analogous Colors of #da920b

#da920b #bbda0b #da2a0b

Monochromatic Colors of #da920b

#da920b

Complementary Color

#da920b #0b53da

#da920b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da920b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da920b Color CSS Codes

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

#da920b Text Font Color

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

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


#da920b Background Color

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

This div background color is #da920b


#da920b Border Color

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

This div border color is #da920b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da920b


Comments

No comments written yet.

Please login to write comment.