Html Css Color HEX #D57222 Chocolate

📋 copy color: '#D57222'

red 213 ◦ green 114 ◦ blue 34

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

Shades of Chocolate #D57222

Tints of Chocolate #D57222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.42%

R = 59%
G = 31.58%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D57222 (or 0xD57222) is known color: Chocolate. HEX triplet: D5, 72 and 22. RGB value is (213,114,34). Sum of RGB (Red+Green+Blue) = 213+114+34=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D57222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57222 is #2A8DDD. Grayscale: #868686. Windows color (decimal): -2788830 or 2257621. OLE color: 2257621.

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

Color convert

RGB 213 114 34 -
CMYK 0 0.46 0.84 0.16
HSL 26.82º 0.72% 0.48% -
HSV(B) 26.82º 0.84% 0.84% -
XYZ 33.75 26.3 4.81 -
YUV 134.48 71.3 184 -
System Red Green Blue C M Y K H S L
Decimal 213 114 34 0 0.46 0.84 0.16 26.82 0.72 0.48
Hex D5 72 22 0 2E 54 10 1B 48 30
Octal 325 162 42 0 56 124 20 33 110 60
Binary 11010101 1110010 100010 0 101110 1010100 10000 11011 1001000 110000

Color Harmonies of #D57222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57222

Black with #D57222

Text Example


Text Example

White with #D57222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57222; }

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

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

background-color css

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

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

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

border-color css

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

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

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