Html Css Color HEX #D06718 Chocolate

📋 copy color: '#D06718'

red 208 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #D06718

Tints of Chocolate #D06718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 62.09%
G = 30.75%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D06718 (or 0xD06718) is known color: Chocolate. HEX triplet: D0, 67 and 18. RGB value is (208,103,24). Sum of RGB (Red+Green+Blue) = 208+103+24=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D06718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06718 is #2F98E7. Grayscale: #7D7D7D. Windows color (decimal): -3119336 or 1599440. OLE color: 1599440.

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

Color convert

RGB 208 103 24 -
CMYK 0 0.50 0.88 0.18
HSL 25.76º 0.79% 0.45% -
HSV(B) 25.76º 0.88% 0.82% -
XYZ 31.03 23.18 3.7 -
YUV 125.39 70.79 186.92 -
System Red Green Blue C M Y K H S L
Decimal 208 103 24 0 0.50 0.88 0.18 25.76 0.79 0.45
Hex D0 67 18 0 32 58 12 1A 4F 2D
Octal 320 147 30 0 62 130 22 32 117 55
Binary 11010000 1100111 11000 0 110010 1011000 10010 11010 1001111 101101

Color Harmonies of #D06718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06718

Black with #D06718

Text Example


Text Example

White with #D06718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06718; }

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

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

background-color css

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

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

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

border-color css

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

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

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