Html Css Color HEX #D16114 Chocolate

📋 copy color: '#D16114'

red 209 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #D16114

Tints of Chocolate #D16114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 64.11%
G = 29.75%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D16114 (or 0xD16114) is known color: Chocolate. HEX triplet: D1, 61 and 14. RGB value is (209,97,20). Sum of RGB (Red+Green+Blue) = 209+97+20=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D16114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16114 is #2E9EEB. Grayscale: #7A7A7A. Windows color (decimal): -3055340 or 1335761. OLE color: 1335761.

HSL color Cylindrical-coordinate representation of color #D16114: hue angle of 24.44º degrees, saturation: 0.83, 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 #D16114 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 97 20 -
CMYK 0 0.54 0.90 0.18
HSL 24.44º 0.83% 0.45% -
HSV(B) 24.44º 0.9% 0.82% -
XYZ 30.7 22.16 3.32 -
YUV 121.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 209 97 20 0 0.54 0.90 0.18 24.44 0.83 0.45
Hex D1 61 14 0 36 5A 12 18 53 2D
Octal 321 141 24 0 66 132 22 30 123 55
Binary 11010001 1100001 10100 0 110110 1011010 10010 11000 1010011 101101

Color Harmonies of #D16114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16114

Black with #D16114

Text Example


Text Example

White with #D16114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16114; }

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

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

background-color css

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

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

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

border-color css

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

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

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