Html Css Color HEX #D56C0C Chocolate

📋 copy color: '#D56C0C'

red 213 ◦ green 108 ◦ blue 12

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

Shades of Chocolate #D56C0C

Tints of Chocolate #D56C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 63.96%
G = 32.43%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D56C0C (or 0xD56C0C) is known color: Chocolate. HEX triplet: D5, 6C and 0C. RGB value is (213,108,12). Sum of RGB (Red+Green+Blue) = 213+108+12=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56C0C is #2A93F3. Grayscale: #808080. Windows color (decimal): -2790388 or 814293. OLE color: 814293.

HSL color Cylindrical-coordinate representation of color #D56C0C: hue angle of 28.66º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D56C0C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 108 12 -
CMYK 0 0.49 0.94 0.16
HSL 28.66º 0.89% 0.44% -
HSV(B) 28.66º 0.94% 0.84% -
XYZ 32.87 24.9 3.42 -
YUV 128.45 62.29 188.31 -
System Red Green Blue C M Y K H S L
Decimal 213 108 12 0 0.49 0.94 0.16 28.66 0.89 0.44
Hex D5 6C C 0 31 5E 10 1D 59 2C
Octal 325 154 14 0 61 136 20 35 131 54
Binary 11010101 1101100 1100 0 110001 1011110 10000 11101 1011001 101100

Color Harmonies of #D56C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C0C

Black with #D56C0C

Text Example


Text Example

White with #D56C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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