Html Css Color HEX #D06118 Chocolate

📋 copy color: '#D06118'

red 208 ◦ green 97 ◦ blue 24

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

Shades of Chocolate #D06118

Tints of Chocolate #D06118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 63.22%
G = 29.48%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06118 (or 0xD06118) is known color: Chocolate. HEX triplet: D0, 61 and 18. RGB value is (208,97,24). Sum of RGB (Red+Green+Blue) = 208+97+24=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D06118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06118 is #2F9EE7. Grayscale: #7A7A7A. Windows color (decimal): -3120872 or 1597904. OLE color: 1597904.

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

Color convert

RGB 208 97 24 -
CMYK 0 0.53 0.88 0.18
HSL 23.8º 0.79% 0.45% -
HSV(B) 23.8º 0.88% 0.82% -
XYZ 30.45 22.03 3.51 -
YUV 121.87 72.77 189.44 -
System Red Green Blue C M Y K H S L
Decimal 208 97 24 0 0.53 0.88 0.18 23.8 0.79 0.45
Hex D0 61 18 0 35 58 12 18 4F 2D
Octal 320 141 30 0 65 130 22 30 117 55
Binary 11010000 1100001 11000 0 110101 1011000 10010 11000 1001111 101101

Color Harmonies of #D06118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06118

Black with #D06118

Text Example


Text Example

White with #D06118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06118; }

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

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

background-color css

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

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

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

border-color css

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

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

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