Html Css Color HEX #D95921 Chocolate

📋 copy color: '#D95921'

red 217 ◦ green 89 ◦ blue 33

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

Shades of Chocolate #D95921

Tints of Chocolate #D95921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.73%

R = 64.01%
G = 26.25%
B = 9.73%

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

#D95921 (or 0xD95921) is known color: Chocolate. HEX triplet: D9, 59 and 21. RGB value is (217,89,33). Sum of RGB (Red+Green+Blue) = 217+89+33=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D95921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95921 is #26A6DE. Grayscale: #797979. Windows color (decimal): -2533087 or 2185689. OLE color: 2185689.

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

Color convert

RGB 217 89 33 -
CMYK 0 0.59 0.85 0.15
HSL 18.26º 0.74% 0.49% -
HSV(B) 18.26º 0.85% 0.85% -
XYZ 32.46 22.01 3.98 -
YUV 120.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 217 89 33 0 0.59 0.85 0.15 18.26 0.74 0.49
Hex D9 59 21 0 3B 55 F 12 4A 31
Octal 331 131 41 0 73 125 17 22 112 61
Binary 11011001 1011001 100001 0 111011 1010101 1111 10010 1001010 110001

Color Harmonies of #D95921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95921

Black with #D95921

Text Example


Text Example

White with #D95921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95921; }

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

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

background-color css

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

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

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

border-color css

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

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

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