Html Css Color HEX #D96320 Chocolate

📋 copy color: '#D96320'

red 217 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #D96320

Tints of Chocolate #D96320

RGB

 RED value IS 217 (85.16% from 255) = 62.36%

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

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

R = 62.36%
G = 28.45%
B = 9.2%

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

#D96320 (or 0xD96320) is known color: Chocolate. HEX triplet: D9, 63 and 20. RGB value is (217,99,32). Sum of RGB (Red+Green+Blue) = 217+99+32=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D96320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96320 is #269CDF. Grayscale: #7F7F7F. Windows color (decimal): -2530528 or 2122713. OLE color: 2122713.

HSL color Cylindrical-coordinate representation of color #D96320: hue angle of 21.73º 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 #D96320 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 32 -
CMYK 0 0.54 0.85 0.15
HSL 21.73º 0.74% 0.49% -
HSV(B) 21.73º 0.85% 0.85% -
XYZ 33.34 23.78 4.2 -
YUV 126.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 217 99 32 0 0.54 0.85 0.15 21.73 0.74 0.49
Hex D9 63 20 0 36 55 F 16 4A 31
Octal 331 143 40 0 66 125 17 26 112 61
Binary 11011001 1100011 100000 0 110110 1010101 1111 10110 1001010 110001

Color Harmonies of #D96320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96320

Black with #D96320

Text Example


Text Example

White with #D96320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96320; }

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

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

background-color css

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

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

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

border-color css

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

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

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