Html Css Color HEX #D57118 Chocolate

📋 copy color: '#D57118'

red 213 ◦ green 113 ◦ blue 24

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

Shades of Chocolate #D57118

Tints of Chocolate #D57118

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

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

R = 60.86%
G = 32.29%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D57118 (or 0xD57118) is known color: Chocolate. HEX triplet: D5, 71 and 18. RGB value is (213,113,24). Sum of RGB (Red+Green+Blue) = 213+113+24=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57118 is #2A8EE7. Grayscale: #858585. Windows color (decimal): -2789096 or 1602005. OLE color: 1602005.

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

Color convert

RGB 213 113 24 -
CMYK 0 0.47 0.89 0.16
HSL 28.25º 0.8% 0.46% -
HSV(B) 28.25º 0.89% 0.84% -
XYZ 33.51 26.02 4.12 -
YUV 132.75 66.63 185.24 -
System Red Green Blue C M Y K H S L
Decimal 213 113 24 0 0.47 0.89 0.16 28.25 0.8 0.46
Hex D5 71 18 0 2F 59 10 1C 50 2E
Octal 325 161 30 0 57 131 20 34 120 56
Binary 11010101 1110001 11000 0 101111 1011001 10000 11100 1010000 101110

Color Harmonies of #D57118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57118

Black with #D57118

Text Example


Text Example

White with #D57118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57118; }

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

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

background-color css

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

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

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

border-color css

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

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

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