Html Css Color HEX #D55921 Chocolate

📋 copy color: '#D55921'

red 213 ◦ green 89 ◦ blue 33

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

Shades of Chocolate #D55921

Tints of Chocolate #D55921

RGB

 RED value IS 213 (83.59% from 255) = 63.58%

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

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

R = 63.58%
G = 26.57%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D55921 (or 0xD55921) is known color: Chocolate. HEX triplet: D5, 59 and 21. RGB value is (213,89,33). Sum of RGB (Red+Green+Blue) = 213+89+33=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D55921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55921 is #2AA6DE. Grayscale: #787878. Windows color (decimal): -2795231 or 2185685. OLE color: 2185685.

HSL color Cylindrical-coordinate representation of color #D55921: hue angle of 18.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D55921 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 33 -
CMYK 0 0.58 0.85 0.16
HSL 18.67º 0.73% 0.48% -
HSV(B) 18.67º 0.85% 0.84% -
XYZ 31.29 21.4 3.92 -
YUV 119.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 213 89 33 0 0.58 0.85 0.16 18.67 0.73 0.48
Hex D5 59 21 0 3A 55 10 13 49 30
Octal 325 131 41 0 72 125 20 23 111 60
Binary 11010101 1011001 100001 0 111010 1010101 10000 10011 1001001 110000

Color Harmonies of #D55921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55921

Black with #D55921

Text Example


Text Example

White with #D55921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55921; }

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

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

background-color css

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

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

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

border-color css

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

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

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