Html Css Color HEX #D56122 Chocolate

📋 copy color: '#D56122'

red 213 ◦ green 97 ◦ blue 34

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

Shades of Chocolate #D56122

Tints of Chocolate #D56122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 61.92%
G = 28.2%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D56122 (or 0xD56122) is known color: Chocolate. HEX triplet: D5, 61 and 22. RGB value is (213,97,34). Sum of RGB (Red+Green+Blue) = 213+97+34=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D56122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56122 is #2A9EDD. Grayscale: #7C7C7C. Windows color (decimal): -2793182 or 2253269. OLE color: 2253269.

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

Color convert

RGB 213 97 34 -
CMYK 0 0.54 0.84 0.16
HSL 21.12º 0.72% 0.48% -
HSV(B) 21.12º 0.84% 0.84% -
XYZ 32 22.81 4.23 -
YUV 124.5 76.93 191.12 -
System Red Green Blue C M Y K H S L
Decimal 213 97 34 0 0.54 0.84 0.16 21.12 0.72 0.48
Hex D5 61 22 0 36 54 10 15 48 30
Octal 325 141 42 0 66 124 20 25 110 60
Binary 11010101 1100001 100010 0 110110 1010100 10000 10101 1001000 110000

Color Harmonies of #D56122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56122

Black with #D56122

Text Example


Text Example

White with #D56122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56122; }

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

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

background-color css

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

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

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

border-color css

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

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

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