Html Css Color HEX #D06618 Chocolate

📋 copy color: '#D06618'

red 208 ◦ green 102 ◦ blue 24

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

Shades of Chocolate #D06618

Tints of Chocolate #D06618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

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

R = 62.28%
G = 30.54%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06618 (or 0xD06618) is known color: Chocolate. HEX triplet: D0, 66 and 18. RGB value is (208,102,24). Sum of RGB (Red+Green+Blue) = 208+102+24=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D06618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06618 is #2F99E7. Grayscale: #7D7D7D. Windows color (decimal): -3119592 or 1599184. OLE color: 1599184.

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

Color convert

RGB 208 102 24 -
CMYK 0 0.51 0.88 0.18
HSL 25.43º 0.79% 0.45% -
HSV(B) 25.43º 0.88% 0.82% -
XYZ 30.93 22.98 3.67 -
YUV 124.8 71.12 187.34 -
System Red Green Blue C M Y K H S L
Decimal 208 102 24 0 0.51 0.88 0.18 25.43 0.79 0.45
Hex D0 66 18 0 33 58 12 19 4F 2D
Octal 320 146 30 0 63 130 22 31 117 55
Binary 11010000 1100110 11000 0 110011 1011000 10010 11001 1001111 101101

Color Harmonies of #D06618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06618

Black with #D06618

Text Example


Text Example

White with #D06618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06618; }

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

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

background-color css

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

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

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

border-color css

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

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

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