Html Css Color HEX #D06818 Chocolate

📋 copy color: '#D06818'

red 208 ◦ green 104 ◦ blue 24

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

Shades of Chocolate #D06818

Tints of Chocolate #D06818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.95%

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

R = 61.9%
G = 30.95%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06818 (or 0xD06818) is known color: Chocolate. HEX triplet: D0, 68 and 18. RGB value is (208,104,24). Sum of RGB (Red+Green+Blue) = 208+104+24=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D06818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06818 is #2F97E7. Grayscale: #7E7E7E. Windows color (decimal): -3119080 or 1599696. OLE color: 1599696.

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

Color convert

RGB 208 104 24 -
CMYK 0 0.5 0.88 0.18
HSL 26.09º 0.79% 0.45% -
HSV(B) 26.09º 0.88% 0.82% -
XYZ 31.13 23.38 3.74 -
YUV 125.98 70.46 186.5 -
System Red Green Blue C M Y K H S L
Decimal 208 104 24 0 0.5 0.88 0.18 26.09 0.79 0.45
Hex D0 68 18 0 32 58 12 1A 4F 2D
Octal 320 150 30 0 62 130 22 32 117 55
Binary 11010000 1101000 11000 0 110010 1011000 10010 11010 1001111 101101

Color Harmonies of #D06818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06818

Black with #D06818

Text Example


Text Example

White with #D06818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06818; }

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

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

background-color css

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

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

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

border-color css

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

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

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