Html Css Color HEX #D15218 Chocolate

📋 copy color: '#D15218'

red 209 ◦ green 82 ◦ blue 24

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

Shades of Chocolate #D15218

Tints of Chocolate #D15218

RGB

 RED value IS 209 (82.03% from 255) = 66.35%

 GREEN value IS 82 (32.42% from 255) = 26.03%

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

R = 66.35%
G = 26.03%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D15218 (or 0xD15218) is known color: Chocolate. HEX triplet: D1, 52 and 18. RGB value is (209,82,24). Sum of RGB (Red+Green+Blue) = 209+82+24=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D15218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15218 is #2EADE7. Grayscale: #717171. Windows color (decimal): -3059176 or 1594065. OLE color: 1594065.

HSL color Cylindrical-coordinate representation of color #D15218: hue angle of 18.81º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D15218 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 82 24 -
CMYK 0 0.61 0.89 0.18
HSL 18.81º 0.79% 0.46% -
HSV(B) 18.81º 0.89% 0.82% -
XYZ 29.48 19.66 3.1 -
YUV 113.36 77.58 196.22 -
System Red Green Blue C M Y K H S L
Decimal 209 82 24 0 0.61 0.89 0.18 18.81 0.79 0.46
Hex D1 52 18 0 3D 59 12 13 4F 2E
Octal 321 122 30 0 75 131 22 23 117 56
Binary 11010001 1010010 11000 0 111101 1011001 10010 10011 1001111 101110

Color Harmonies of #D15218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15218

Black with #D15218

Text Example


Text Example

White with #D15218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15218; }

 p { color: rgb(209,82,24); }

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

background-color css

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

 a { background-color: rgb(209,82,24); }

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

border-color css

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

 span { border-color: rgb(209,82,24); }

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