Color Hex Logo

#d06613 Color Hex

#D06613
(208,102,19)
0 Favorites   0 Comments

Color spaces of #d06613

RGB 20810219
HSL0.070.830.45
HSV26°91°82°
CMYK 0.000.510.91   0.18
XYZ30.881322.95973.4201
Yxy22.95970.53930.4010
Hunter Lab47.916331.187029.3095
CIE-Lab55.030837.566759.3630

#d06613 color RGB value is (208,102,19).

#d06613 hex color red value is 208, green value is 102 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d06613 hue: 0.07 , saturation: 0.83 and the lightness value of d06613 is 0.45.

The process color (four color CMYK) of #d06613 color hex is 0.00, 0.51, 0.91, 0.18. Web safe color of #d06613 is #cc6600. Color #d06613 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100110 00010011
Octal 320 146 23
Decimal 208 102 19
Hex D0 66 13

RGB Percentages of Color #d06613

%63.22
%31.00
%5.78

CMYK Percentages of Color #d06613

%0
%51
%91
%18

Triadic Colors of #d06613

#d06613 #13d066 #6613d0

Analogous Colors of #d06613

#d06613 #d0c513 #d0131e

Monochromatic Colors of #d06613

#d06613

Complementary Color

#d06613 #137dd0

#d06613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06613 Color CSS Codes

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

#d06613 Text Font Color

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

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


#d06613 Background Color

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

This div background color is #d06613


#d06613 Border Color

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

This div border color is #d06613


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,102,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d06613; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d06613;
  -webkit-box-shadow: 1px 1px 3px 2px #d06613;
  box-shadow:         1px 1px 3px 2px #d06613; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,102,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06613

#d06613 Color Palettes


Comments

No comments written yet.

Please login to write comment.