Html Css Color HEX #D17115 Chocolate

📋 copy color: '#D17115'

red 209 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #D17115

Tints of Chocolate #D17115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 60.93%
G = 32.94%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D17115 (or 0xD17115) is known color: Chocolate. HEX triplet: D1, 71 and 15. RGB value is (209,113,21). Sum of RGB (Red+Green+Blue) = 209+113+21=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D17115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D17115 is #2E8EEA. Grayscale: #838383. Windows color (decimal): -3051243 or 1405393. OLE color: 1405393.

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

Color convert

RGB 209 113 21 -
CMYK 0 0.46 0.90 0.18
HSL 29.36º 0.82% 0.45% -
HSV(B) 29.36º 0.9% 0.82% -
XYZ 32.33 25.42 3.91 -
YUV 131.22 65.8 183.48 -
System Red Green Blue C M Y K H S L
Decimal 209 113 21 0 0.46 0.90 0.18 29.36 0.82 0.45
Hex D1 71 15 0 2E 5A 12 1D 52 2D
Octal 321 161 25 0 56 132 22 35 122 55
Binary 11010001 1110001 10101 0 101110 1011010 10010 11101 1010010 101101

Color Harmonies of #D17115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17115

Black with #D17115

Text Example


Text Example

White with #D17115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17115; }

 p { color: rgb(209,113,21); }

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

background-color css

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

 a { background-color: rgb(209,113,21); }

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

border-color css

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

 span { border-color: rgb(209,113,21); }

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