Html Css Color HEX #D56C0B Chocolate

📋 copy color: '#D56C0B'

red 213 ◦ green 108 ◦ blue 11

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

Shades of Chocolate #D56C0B

Tints of Chocolate #D56C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 64.16%
G = 32.53%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D56C0B (or 0xD56C0B) is known color: Chocolate. HEX triplet: D5, 6C and 0B. RGB value is (213,108,11). Sum of RGB (Red+Green+Blue) = 213+108+11=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56C0B is #2A93F4. Grayscale: #808080. Windows color (decimal): -2790389 or 748757. OLE color: 748757.

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

Color convert

RGB 213 108 11 -
CMYK 0 0.49 0.95 0.16
HSL 28.81º 0.9% 0.44% -
HSV(B) 28.81º 0.95% 0.84% -
XYZ 32.86 24.9 3.39 -
YUV 128.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 213 108 11 0 0.49 0.95 0.16 28.81 0.9 0.44
Hex D5 6C B 0 31 5F 10 1D 5A 2C
Octal 325 154 13 0 61 137 20 35 132 54
Binary 11010101 1101100 1011 0 110001 1011111 10000 11101 1011010 101100

Color Harmonies of #D56C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C0B

Black with #D56C0B

Text Example


Text Example

White with #D56C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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