Html Css Color HEX #D56422 Chocolate

📋 copy color: '#D56422'

red 213 ◦ green 100 ◦ blue 34

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

Shades of Chocolate #D56422

Tints of Chocolate #D56422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

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

R = 61.38%
G = 28.82%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D56422 (or 0xD56422) is known color: Chocolate. HEX triplet: D5, 64 and 22. RGB value is (213,100,34). Sum of RGB (Red+Green+Blue) = 213+100+34=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D56422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56422 is #2A9BDD. Grayscale: #7E7E7E. Windows color (decimal): -2792414 or 2254037. OLE color: 2254037.

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

Color convert

RGB 213 100 34 -
CMYK 0 0.53 0.84 0.16
HSL 22.12º 0.72% 0.48% -
HSV(B) 22.12º 0.84% 0.84% -
XYZ 32.29 23.38 4.32 -
YUV 126.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 213 100 34 0 0.53 0.84 0.16 22.12 0.72 0.48
Hex D5 64 22 0 35 54 10 16 48 30
Octal 325 144 42 0 65 124 20 26 110 60
Binary 11010101 1100100 100010 0 110101 1010100 10000 10110 1001000 110000

Color Harmonies of #D56422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56422

Black with #D56422

Text Example


Text Example

White with #D56422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56422; }

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

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

background-color css

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

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

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

border-color css

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

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

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