Html Css Color HEX #D56213 Chocolate

📋 copy color: '#D56213'

red 213 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #D56213

Tints of Chocolate #D56213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 64.55%
G = 29.7%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D56213 (or 0xD56213) is known color: Chocolate. HEX triplet: D5, 62 and 13. RGB value is (213,98,19). Sum of RGB (Red+Green+Blue) = 213+98+19=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D56213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56213 is #2A9DEC. Grayscale: #7B7B7B. Windows color (decimal): -2792941 or 1270485. OLE color: 1270485.

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

Color convert

RGB 213 98 19 -
CMYK 0 0.54 0.91 0.16
HSL 24.43º 0.84% 0.45% -
HSV(B) 24.43º 0.91% 0.84% -
XYZ 31.93 22.93 3.36 -
YUV 123.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 213 98 19 0 0.54 0.91 0.16 24.43 0.84 0.45
Hex D5 62 13 0 36 5B 10 18 54 2D
Octal 325 142 23 0 66 133 20 30 124 55
Binary 11010101 1100010 10011 0 110110 1011011 10000 11000 1010100 101101

Color Harmonies of #D56213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56213

Black with #D56213

Text Example


Text Example

White with #D56213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56213; }

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

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

background-color css

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

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

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

border-color css

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

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

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