Html Css Color HEX #D56418 Chocolate

📋 copy color: '#D56418'

red 213 ◦ green 100 ◦ blue 24

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

Shades of Chocolate #D56418

Tints of Chocolate #D56418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 63.2%
G = 29.67%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D56418 (or 0xD56418) is known color: Chocolate. HEX triplet: D5, 64 and 18. RGB value is (213,100,24). Sum of RGB (Red+Green+Blue) = 213+100+24=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D56418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56418 is #2A9BE7. Grayscale: #7D7D7D. Windows color (decimal): -2792424 or 1598677. OLE color: 1598677.

HSL color Cylindrical-coordinate representation of color #D56418: hue angle of 24.13º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D56418 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 100 24 -
CMYK 0 0.53 0.89 0.16
HSL 24.13º 0.8% 0.46% -
HSV(B) 24.13º 0.89% 0.84% -
XYZ 32.16 23.33 3.67 -
YUV 125.12 70.94 190.68 -
System Red Green Blue C M Y K H S L
Decimal 213 100 24 0 0.53 0.89 0.16 24.13 0.8 0.46
Hex D5 64 18 0 35 59 10 18 50 2E
Octal 325 144 30 0 65 131 20 30 120 56
Binary 11010101 1100100 11000 0 110101 1011001 10000 11000 1010000 101110

Color Harmonies of #D56418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56418

Black with #D56418

Text Example


Text Example

White with #D56418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56418; }

 p { color: rgb(213,100,24); }

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

background-color css

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

 a { background-color: rgb(213,100,24); }

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

border-color css

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

 span { border-color: rgb(213,100,24); }

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