Html Css Color HEX #D95920 Chocolate

📋 copy color: '#D95920'

red 217 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #D95920

Tints of Chocolate #D95920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.33%

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

R = 64.2%
G = 26.33%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D95920 (or 0xD95920) is known color: Chocolate. HEX triplet: D9, 59 and 20. RGB value is (217,89,32). Sum of RGB (Red+Green+Blue) = 217+89+32=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D95920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95920 is #26A6DF. Grayscale: #797979. Windows color (decimal): -2533088 or 2120153. OLE color: 2120153.

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

Color convert

RGB 217 89 32 -
CMYK 0 0.59 0.85 0.15
HSL 18.49º 0.74% 0.49% -
HSV(B) 18.49º 0.85% 0.85% -
XYZ 32.45 22 3.9 -
YUV 120.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 217 89 32 0 0.59 0.85 0.15 18.49 0.74 0.49
Hex D9 59 20 0 3B 55 F 12 4A 31
Octal 331 131 40 0 73 125 17 22 112 61
Binary 11011001 1011001 100000 0 111011 1010101 1111 10010 1001010 110001

Color Harmonies of #D95920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95920

Black with #D95920

Text Example


Text Example

White with #D95920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95920; }

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

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

background-color css

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

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

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

border-color css

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

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

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