Html Css Color HEX #D56C22 Chocolate

📋 copy color: '#D56C22'

red 213 ◦ green 108 ◦ blue 34

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

Shades of Chocolate #D56C22

Tints of Chocolate #D56C22

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

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

R = 60%
G = 30.42%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D56C22 (or 0xD56C22) is known color: Chocolate. HEX triplet: D5, 6C and 22. RGB value is (213,108,34). Sum of RGB (Red+Green+Blue) = 213+108+34=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56C22 is #2A93DD. Grayscale: #838383. Windows color (decimal): -2790366 or 2256085. OLE color: 2256085.

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

Color convert

RGB 213 108 34 -
CMYK 0 0.49 0.84 0.16
HSL 24.8º 0.72% 0.48% -
HSV(B) 24.8º 0.84% 0.84% -
XYZ 33.09 24.99 4.59 -
YUV 130.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 213 108 34 0 0.49 0.84 0.16 24.8 0.72 0.48
Hex D5 6C 22 0 31 54 10 19 48 30
Octal 325 154 42 0 61 124 20 31 110 60
Binary 11010101 1101100 100010 0 110001 1010100 10000 11001 1001000 110000

Color Harmonies of #D56C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C22

Black with #D56C22

Text Example


Text Example

White with #D56C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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