Html Css Color HEX #D06418 Chocolate

📋 copy color: '#D06418'

red 208 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #D06418

Tints of Chocolate #D06418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.23%

R = 62.65%
G = 30.12%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06418 (or 0xD06418) is known color: Chocolate. HEX triplet: D0, 64 and 18. RGB value is (208,100,24). Sum of RGB (Red+Green+Blue) = 208+100+24=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06418 is #2F9BE7. Grayscale: #7C7C7C. Windows color (decimal): -3120104 or 1598672. OLE color: 1598672.

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

Color convert

RGB 208 100 24 -
CMYK 0 0.52 0.88 0.18
HSL 24.78º 0.79% 0.45% -
HSV(B) 24.78º 0.88% 0.82% -
XYZ 30.73 22.59 3.6 -
YUV 123.63 71.78 188.18 -
System Red Green Blue C M Y K H S L
Decimal 208 100 24 0 0.52 0.88 0.18 24.78 0.79 0.45
Hex D0 64 18 0 34 58 12 19 4F 2D
Octal 320 144 30 0 64 130 22 31 117 55
Binary 11010000 1100100 11000 0 110100 1011000 10010 11001 1001111 101101

Color Harmonies of #D06418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06418

Black with #D06418

Text Example


Text Example

White with #D06418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06418; }

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

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

background-color css

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

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

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

border-color css

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

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

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