Html Css Color HEX #D06417 Chocolate

📋 copy color: '#D06417'

red 208 ◦ green 100 ◦ blue 23

#D06417
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D06417

Tints of Chocolate #D06417

RGB

 RED value IS 208 (81.64% from 255) = 62.84%

 GREEN value IS 100 (39.45% from 255) = 30.21%

 BLUE value IS 23 (9.38% from 255) = 6.95%

R = 62.84%
G = 30.21%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D06417 (or 0xD06417) is known color: Chocolate. HEX triplet: D0, 64 and 17. RGB value is (208,100,23). Sum of RGB (Red+Green+Blue) = 208+100+23=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D06417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06417 is #2F9BE8. Grayscale: #7B7B7B. Windows color (decimal): -3120105 or 1533136. OLE color: 1533136.

HSL color Cylindrical-coordinate representation of color #D06417: hue angle of 24.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D06417 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 23 -
CMYK 0 0.52 0.89 0.18
HSL 24.97º 0.8% 0.45% -
HSV(B) 24.97º 0.89% 0.82% -
XYZ 30.72 22.59 3.55 -
YUV 123.51 71.28 188.26 -
System Red Green Blue C M Y K H S L
Decimal 208 100 23 0 0.52 0.89 0.18 24.97 0.8 0.45
Hex D0 64 17 0 34 59 12 19 50 2D
Octal 320 144 27 0 64 131 22 31 120 55
Binary 11010000 1100100 10111 0 110100 1011001 10010 11001 1010000 101101

Color Harmonies of #D06417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06417

Black with #D06417

Text Example


Text Example

White with #D06417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06417; }

 p { color: rgb(208,100,23); }

 H1.HeaderClassName
 {
   color: #D06417;
 }
 .AnyTagClassName
 {
   color: #D06417;
 }
</style>

background-color css

<style>
 a { background-color: #D06417; }

 a { background-color: rgb(208,100,23); }

 div.DivClassName
 {
   background-color: #D06417;
 }
 .BgClassName
 {
   background-color: #D06417;
 }
</style>

border-color css

<style>
 span { border-color: #D06417; }

 span { border-color: rgb(208,100,23); }

 td.TdClassName
 {
   border-color: #D06417;
 }
 .TagClassName
 {
   border-color: #D06417;
 }
</style>