Html Css Color HEX #D95820 Chocolate

📋 copy color: '#D95820'

red 217 ◦ green 88 ◦ blue 32

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

Shades of Chocolate #D95820

Tints of Chocolate #D95820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

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

R = 64.39%
G = 26.11%
B = 9.5%

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

#D95820 (or 0xD95820) is known color: Chocolate. HEX triplet: D9, 58 and 20. RGB value is (217,88,32). Sum of RGB (Red+Green+Blue) = 217+88+32=337 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.39% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 217 - color contains mainly: red. Hex color #D95820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95820 is #26A7DF. Grayscale: #787878. Windows color (decimal): -2533344 or 2119897. OLE color: 2119897.

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

Color convert

RGB 217 88 32 -
CMYK 0 0.59 0.85 0.15
HSL 18.16º 0.74% 0.49% -
HSV(B) 18.16º 0.85% 0.85% -
XYZ 32.37 21.84 3.88 -
YUV 120.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 217 88 32 0 0.59 0.85 0.15 18.16 0.74 0.49
Hex D9 58 20 0 3B 55 F 12 4A 31
Octal 331 130 40 0 73 125 17 22 112 61
Binary 11011001 1011000 100000 0 111011 1010101 1111 10010 1001010 110001

Color Harmonies of #D95820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95820

Black with #D95820

Text Example


Text Example

White with #D95820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95820; }

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

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

background-color css

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

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

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

border-color css

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

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

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