Html Css Color HEX #D06918 Chocolate

📋 copy color: '#D06918'

red 208 ◦ green 105 ◦ blue 24

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

Shades of Chocolate #D06918

Tints of Chocolate #D06918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

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

R = 61.72%
G = 31.16%
B = 7.12%

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

#D06918 (or 0xD06918) is known color: Chocolate. HEX triplet: D0, 69 and 18. RGB value is (208,105,24). Sum of RGB (Red+Green+Blue) = 208+105+24=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D06918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06918 is #2F96E7. Grayscale: #7E7E7E. Windows color (decimal): -3118824 or 1599952. OLE color: 1599952.

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

Color convert

RGB 208 105 24 -
CMYK 0 0.50 0.88 0.18
HSL 26.41º 0.79% 0.45% -
HSV(B) 26.41º 0.88% 0.82% -
XYZ 31.23 23.58 3.77 -
YUV 126.56 70.12 186.09 -
System Red Green Blue C M Y K H S L
Decimal 208 105 24 0 0.50 0.88 0.18 26.41 0.79 0.45
Hex D0 69 18 0 32 58 12 1A 4F 2D
Octal 320 151 30 0 62 130 22 32 117 55
Binary 11010000 1101001 11000 0 110010 1011000 10010 11010 1001111 101101

Color Harmonies of #D06918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06918

Black with #D06918

Text Example


Text Example

White with #D06918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06918; }

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

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

background-color css

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

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

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

border-color css

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

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

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