Html Css Color HEX #D16119 Chocolate

📋 copy color: '#D16119'

red 209 ◦ green 97 ◦ blue 25

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

Shades of Chocolate #D16119

Tints of Chocolate #D16119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 63.14%
G = 29.31%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D16119 (or 0xD16119) is known color: Chocolate. HEX triplet: D1, 61 and 19. RGB value is (209,97,25). Sum of RGB (Red+Green+Blue) = 209+97+25=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D16119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16119 is #2E9EE6. Grayscale: #7A7A7A. Windows color (decimal): -3055335 or 1663441. OLE color: 1663441.

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

Color convert

RGB 209 97 25 -
CMYK 0 0.54 0.88 0.18
HSL 23.48º 0.79% 0.46% -
HSV(B) 23.48º 0.88% 0.82% -
XYZ 30.74 22.17 3.58 -
YUV 122.28 73.11 189.85 -
System Red Green Blue C M Y K H S L
Decimal 209 97 25 0 0.54 0.88 0.18 23.48 0.79 0.46
Hex D1 61 19 0 36 58 12 17 4F 2E
Octal 321 141 31 0 66 130 22 27 117 56
Binary 11010001 1100001 11001 0 110110 1011000 10010 10111 1001111 101110

Color Harmonies of #D16119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16119

Black with #D16119

Text Example


Text Example

White with #D16119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16119; }

 p { color: rgb(209,97,25); }

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

background-color css

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

 a { background-color: rgb(209,97,25); }

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

border-color css

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

 span { border-color: rgb(209,97,25); }

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