Html Css Color HEX #D06516 Chocolate

📋 copy color: '#D06516'

red 208 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #D06516

Tints of Chocolate #D06516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 62.84%
G = 30.51%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06516 (or 0xD06516) is known color: Chocolate. HEX triplet: D0, 65 and 16. RGB value is (208,101,22). Sum of RGB (Red+Green+Blue) = 208+101+22=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D06516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06516 is #2F9AE9. Grayscale: #7C7C7C. Windows color (decimal): -3119850 or 1467856. OLE color: 1467856.

HSL color Cylindrical-coordinate representation of color #D06516: hue angle of 25.48º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D06516 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 22 -
CMYK 0 0.51 0.89 0.18
HSL 25.48º 0.81% 0.45% -
HSV(B) 25.48º 0.89% 0.82% -
XYZ 30.81 22.78 3.53 -
YUV 123.99 70.45 187.92 -
System Red Green Blue C M Y K H S L
Decimal 208 101 22 0 0.51 0.89 0.18 25.48 0.81 0.45
Hex D0 65 16 0 33 59 12 19 51 2D
Octal 320 145 26 0 63 131 22 31 121 55
Binary 11010000 1100101 10110 0 110011 1011001 10010 11001 1010001 101101

Color Harmonies of #D06516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06516

Black with #D06516

Text Example


Text Example

White with #D06516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06516; }

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

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

background-color css

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

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

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

border-color css

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

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

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