Html Css Color HEX #D06518 Chocolate

📋 copy color: '#D06518'

red 208 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #D06518

Tints of Chocolate #D06518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.33%

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

R = 62.46%
G = 30.33%
B = 7.21%

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

#D06518 (or 0xD06518) is known color: Chocolate. HEX triplet: D0, 65 and 18. RGB value is (208,101,24). Sum of RGB (Red+Green+Blue) = 208+101+24=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D06518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06518 is #2F9AE7. Grayscale: #7C7C7C. Windows color (decimal): -3119848 or 1598928. OLE color: 1598928.

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

Color convert

RGB 208 101 24 -
CMYK 0 0.51 0.88 0.18
HSL 25.11º 0.79% 0.45% -
HSV(B) 25.11º 0.88% 0.82% -
XYZ 30.83 22.78 3.64 -
YUV 124.22 71.45 187.76 -
System Red Green Blue C M Y K H S L
Decimal 208 101 24 0 0.51 0.88 0.18 25.11 0.79 0.45
Hex D0 65 18 0 33 58 12 19 4F 2D
Octal 320 145 30 0 63 130 22 31 117 55
Binary 11010000 1100101 11000 0 110011 1011000 10010 11001 1001111 101101

Color Harmonies of #D06518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06518

Black with #D06518

Text Example


Text Example

White with #D06518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06518; }

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

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

background-color css

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

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

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

border-color css

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

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

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