Html Css Color HEX #D56210 Chocolate

📋 copy color: '#D56210'

red 213 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #D56210

Tints of Chocolate #D56210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 65.14%
G = 29.97%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56210 (or 0xD56210) is known color: Chocolate. HEX triplet: D5, 62 and 10. RGB value is (213,98,16). Sum of RGB (Red+Green+Blue) = 213+98+16=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D56210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56210 is #2A9DEF. Grayscale: #7B7B7B. Windows color (decimal): -2792944 or 1073877. OLE color: 1073877.

HSL color Cylindrical-coordinate representation of color #D56210: hue angle of 24.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D56210 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 16 -
CMYK 0 0.54 0.92 0.16
HSL 24.97º 0.86% 0.45% -
HSV(B) 24.97º 0.92% 0.84% -
XYZ 31.9 22.92 3.23 -
YUV 123.04 67.6 192.17 -
System Red Green Blue C M Y K H S L
Decimal 213 98 16 0 0.54 0.92 0.16 24.97 0.86 0.45
Hex D5 62 10 0 36 5C 10 19 56 2D
Octal 325 142 20 0 66 134 20 31 126 55
Binary 11010101 1100010 10000 0 110110 1011100 10000 11001 1010110 101101

Color Harmonies of #D56210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56210

Black with #D56210

Text Example


Text Example

White with #D56210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56210; }

 p { color: rgb(213,98,16); }

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

background-color css

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

 a { background-color: rgb(213,98,16); }

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

border-color css

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

 span { border-color: rgb(213,98,16); }

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