Html Css Color HEX #D16120 Chocolate

📋 copy color: '#D16120'

red 209 ◦ green 97 ◦ blue 32

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

Shades of Chocolate #D16120

Tints of Chocolate #D16120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 61.83%
G = 28.7%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16120 (or 0xD16120) is known color: Chocolate. HEX triplet: D1, 61 and 20. RGB value is (209,97,32). Sum of RGB (Red+Green+Blue) = 209+97+32=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D16120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16120 is #2E9EDF. Grayscale: #7B7B7B. Windows color (decimal): -3055328 or 2122193. OLE color: 2122193.

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

Color convert

RGB 209 97 32 -
CMYK 0 0.54 0.85 0.18
HSL 22.03º 0.73% 0.47% -
HSV(B) 22.03º 0.85% 0.82% -
XYZ 30.83 22.21 4.03 -
YUV 123.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 209 97 32 0 0.54 0.85 0.18 22.03 0.73 0.47
Hex D1 61 20 0 36 55 12 16 49 2F
Octal 321 141 40 0 66 125 22 26 111 57
Binary 11010001 1100001 100000 0 110110 1010101 10010 10110 1001001 101111

Color Harmonies of #D16120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16120

Black with #D16120

Text Example


Text Example

White with #D16120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16120; }

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

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

background-color css

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

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

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

border-color css

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

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

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