Html Css Color HEX #D06018 Chocolate

📋 copy color: '#D06018'

red 208 ◦ green 96 ◦ blue 24

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

Shades of Chocolate #D06018

Tints of Chocolate #D06018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

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

R = 63.41%
G = 29.27%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06018 (or 0xD06018) is known color: Chocolate. HEX triplet: D0, 60 and 18. RGB value is (208,96,24). Sum of RGB (Red+Green+Blue) = 208+96+24=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D06018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06018 is #2F9FE7. Grayscale: #797979. Windows color (decimal): -3121128 or 1597648. OLE color: 1597648.

HSL color Cylindrical-coordinate representation of color #D06018: hue angle of 23.48º 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 #D06018 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 24 -
CMYK 0 0.54 0.88 0.18
HSL 23.48º 0.79% 0.45% -
HSV(B) 23.48º 0.88% 0.82% -
XYZ 30.36 21.84 3.48 -
YUV 121.28 73.11 189.85 -
System Red Green Blue C M Y K H S L
Decimal 208 96 24 0 0.54 0.88 0.18 23.48 0.79 0.45
Hex D0 60 18 0 36 58 12 17 4F 2D
Octal 320 140 30 0 66 130 22 27 117 55
Binary 11010000 1100000 11000 0 110110 1011000 10010 10111 1001111 101101

Color Harmonies of #D06018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06018

Black with #D06018

Text Example


Text Example

White with #D06018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06018; }

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

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

background-color css

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

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

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

border-color css

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

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

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