Html Css Color HEX #D56518 Chocolate

📋 copy color: '#D56518'

red 213 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #D56518

Tints of Chocolate #D56518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 63.02%
G = 29.88%
B = 7.1%

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

#D56518 (or 0xD56518) is known color: Chocolate. HEX triplet: D5, 65 and 18. RGB value is (213,101,24). Sum of RGB (Red+Green+Blue) = 213+101+24=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D56518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56518 is #2A9AE7. Grayscale: #7E7E7E. Windows color (decimal): -2792168 or 1598933. OLE color: 1598933.

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

Color convert

RGB 213 101 24 -
CMYK 0 0.53 0.89 0.16
HSL 24.44º 0.8% 0.46% -
HSV(B) 24.44º 0.89% 0.84% -
XYZ 32.26 23.52 3.7 -
YUV 125.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 213 101 24 0 0.53 0.89 0.16 24.44 0.8 0.46
Hex D5 65 18 0 35 59 10 18 50 2E
Octal 325 145 30 0 65 131 20 30 120 56
Binary 11010101 1100101 11000 0 110101 1011001 10000 11000 1010000 101110

Color Harmonies of #D56518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56518

Black with #D56518

Text Example


Text Example

White with #D56518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56518; }

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

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

background-color css

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

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

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

border-color css

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

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

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