Html Css Color HEX #D95620 Chocolate

📋 copy color: '#D95620'

red 217 ◦ green 86 ◦ blue 32

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

Shades of Chocolate #D95620

Tints of Chocolate #D95620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.67%

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

R = 64.78%
G = 25.67%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D95620 (or 0xD95620) is known color: Chocolate. HEX triplet: D9, 56 and 20. RGB value is (217,86,32). Sum of RGB (Red+Green+Blue) = 217+86+32=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D95620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95620 is #26A9DF. Grayscale: #777777. Windows color (decimal): -2533856 or 2119385. OLE color: 2119385.

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

Color convert

RGB 217 86 32 -
CMYK 0 0.60 0.85 0.15
HSL 17.51º 0.74% 0.49% -
HSV(B) 17.51º 0.85% 0.85% -
XYZ 32.2 21.51 3.82 -
YUV 119.01 78.9 197.89 -
System Red Green Blue C M Y K H S L
Decimal 217 86 32 0 0.60 0.85 0.15 17.51 0.74 0.49
Hex D9 56 20 0 3C 55 F 12 4A 31
Octal 331 126 40 0 74 125 17 22 112 61
Binary 11011001 1010110 100000 0 111100 1010101 1111 10010 1001010 110001

Color Harmonies of #D95620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95620

Black with #D95620

Text Example


Text Example

White with #D95620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95620; }

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

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

background-color css

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

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

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

border-color css

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

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

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