Html Css Color HEX #D86320 Chocolate

📋 copy color: '#D86320'

red 216 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #D86320

Tints of Chocolate #D86320

RGB

 RED value IS 216 (84.77% from 255) = 62.25%

 GREEN value IS 99 (39.06% from 255) = 28.53%

 BLUE value IS 32 (12.89% from 255) = 9.22%

R = 62.25%
G = 28.53%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D86320 (or 0xD86320) is known color: Chocolate. HEX triplet: D8, 63 and 20. RGB value is (216,99,32). Sum of RGB (Red+Green+Blue) = 216+99+32=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D86320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86320 is #279CDF. Grayscale: #7E7E7E. Windows color (decimal): -2596064 or 2122712. OLE color: 2122712.

HSL color Cylindrical-coordinate representation of color #D86320: hue angle of 21.85º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D86320 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 99 32 -
CMYK 0 0.54 0.85 0.15
HSL 21.85º 0.74% 0.49% -
HSV(B) 21.85º 0.85% 0.85% -
XYZ 33.04 23.63 4.19 -
YUV 126.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 216 99 32 0 0.54 0.85 0.15 21.85 0.74 0.49
Hex D8 63 20 0 36 55 F 16 4A 31
Octal 330 143 40 0 66 125 17 26 112 61
Binary 11011000 1100011 100000 0 110110 1010101 1111 10110 1001010 110001

Color Harmonies of #D86320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86320

Black with #D86320

Text Example


Text Example

White with #D86320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86320; }

 p { color: rgb(216,99,32); }

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

background-color css

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

 a { background-color: rgb(216,99,32); }

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

border-color css

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

 span { border-color: rgb(216,99,32); }

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