Html Css Color HEX #D95720 Chocolate

📋 copy color: '#D95720'

red 217 ◦ green 87 ◦ blue 32

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

Shades of Chocolate #D95720

Tints of Chocolate #D95720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.89%

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

R = 64.58%
G = 25.89%
B = 9.52%

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

#D95720 (or 0xD95720) is known color: Chocolate. HEX triplet: D9, 57 and 20. RGB value is (217,87,32). Sum of RGB (Red+Green+Blue) = 217+87+32=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D95720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95720 is #26A8DF. Grayscale: #777777. Windows color (decimal): -2533600 or 2119641. OLE color: 2119641.

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

Color convert

RGB 217 87 32 -
CMYK 0 0.60 0.85 0.15
HSL 17.84º 0.74% 0.49% -
HSV(B) 17.84º 0.85% 0.85% -
XYZ 32.28 21.67 3.85 -
YUV 119.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 217 87 32 0 0.60 0.85 0.15 17.84 0.74 0.49
Hex D9 57 20 0 3C 55 F 12 4A 31
Octal 331 127 40 0 74 125 17 22 112 61
Binary 11011001 1010111 100000 0 111100 1010101 1111 10010 1001010 110001

Color Harmonies of #D95720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95720

Black with #D95720

Text Example


Text Example

White with #D95720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95720; }

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

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

background-color css

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

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

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

border-color css

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

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

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