Html Css Color HEX #D56A0A Chocolate

📋 copy color: '#D56A0A'

red 213 ◦ green 106 ◦ blue 10

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

Shades of Chocolate #D56A0A

Tints of Chocolate #D56A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 64.74%
G = 32.22%
B = 3.04%

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

#D56A0A (or 0xD56A0A) is known color: Chocolate. HEX triplet: D5, 6A and 0A. RGB value is (213,106,10). Sum of RGB (Red+Green+Blue) = 213+106+10=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56A0A is #2A95F5. Grayscale: #7F7F7F. Windows color (decimal): -2790902 or 682709. OLE color: 682709.

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

Color convert

RGB 213 106 10 -
CMYK 0 0.50 0.95 0.16
HSL 28.37º 0.91% 0.44% -
HSV(B) 28.37º 0.95% 0.84% -
XYZ 32.65 24.48 3.29 -
YUV 127.05 61.95 189.31 -
System Red Green Blue C M Y K H S L
Decimal 213 106 10 0 0.50 0.95 0.16 28.37 0.91 0.44
Hex D5 6A A 0 32 5F 10 1C 5B 2C
Octal 325 152 12 0 62 137 20 34 133 54
Binary 11010101 1101010 1010 0 110010 1011111 10000 11100 1011011 101100

Color Harmonies of #D56A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A0A

Black with #D56A0A

Text Example


Text Example

White with #D56A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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