Html Css Color HEX #D57221 Chocolate

📋 copy color: '#D57221'

red 213 ◦ green 114 ◦ blue 33

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

Shades of Chocolate #D57221

Tints of Chocolate #D57221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 59.17%
G = 31.67%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D57221 (or 0xD57221) is known color: Chocolate. HEX triplet: D5, 72 and 21. RGB value is (213,114,33). Sum of RGB (Red+Green+Blue) = 213+114+33=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D57221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57221 is #2A8DDE. Grayscale: #868686. Windows color (decimal): -2788831 or 2192085. OLE color: 2192085.

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

Color convert

RGB 213 114 33 -
CMYK 0 0.46 0.85 0.16
HSL 27º 0.73% 0.48% -
HSV(B) 27º 0.85% 0.84% -
XYZ 33.73 26.29 4.74 -
YUV 134.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 213 114 33 0 0.46 0.85 0.16 27 0.73 0.48
Hex D5 72 21 0 2E 55 10 1B 49 30
Octal 325 162 41 0 56 125 20 33 111 60
Binary 11010101 1110010 100001 0 101110 1010101 10000 11011 1001001 110000

Color Harmonies of #D57221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57221

Black with #D57221

Text Example


Text Example

White with #D57221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57221; }

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

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

background-color css

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

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

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

border-color css

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

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

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