Html Css Color HEX #D56A0B Chocolate

📋 copy color: '#D56A0B'

red 213 ◦ green 106 ◦ blue 11

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

Shades of Chocolate #D56A0B

Tints of Chocolate #D56A0B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

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

R = 64.55%
G = 32.12%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D56A0B (or 0xD56A0B) is known color: Chocolate. HEX triplet: D5, 6A and 0B. RGB value is (213,106,11). Sum of RGB (Red+Green+Blue) = 213+106+11=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56A0B is #2A95F4. Grayscale: #7F7F7F. Windows color (decimal): -2790901 or 748245. OLE color: 748245.

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

Color convert

RGB 213 106 11 -
CMYK 0 0.50 0.95 0.16
HSL 28.22º 0.9% 0.44% -
HSV(B) 28.22º 0.95% 0.84% -
XYZ 32.66 24.48 3.32 -
YUV 127.16 62.45 189.22 -
System Red Green Blue C M Y K H S L
Decimal 213 106 11 0 0.50 0.95 0.16 28.22 0.9 0.44
Hex D5 6A B 0 32 5F 10 1C 5A 2C
Octal 325 152 13 0 62 137 20 34 132 54
Binary 11010101 1101010 1011 0 110010 1011111 10000 11100 1011010 101100

Color Harmonies of #D56A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A0B

Black with #D56A0B

Text Example


Text Example

White with #D56A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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