Html Css Color HEX #D16E0E Chocolate

📋 copy color: '#D16E0E'

red 209 ◦ green 110 ◦ blue 14

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

Shades of Chocolate #D16E0E

Tints of Chocolate #D16E0E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 62.76%
G = 33.03%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D16E0E (or 0xD16E0E) is known color: Chocolate. HEX triplet: D1, 6E and 0E. RGB value is (209,110,14). Sum of RGB (Red+Green+Blue) = 209+110+14=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16E0E is #2E91F1. Grayscale: #818181. Windows color (decimal): -3052018 or 945873. OLE color: 945873.

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

Color convert

RGB 209 110 14 -
CMYK 0 0.47 0.93 0.18
HSL 29.54º 0.87% 0.44% -
HSV(B) 29.54º 0.93% 0.82% -
XYZ 31.95 24.74 3.51 -
YUV 128.66 63.3 185.31 -
System Red Green Blue C M Y K H S L
Decimal 209 110 14 0 0.47 0.93 0.18 29.54 0.87 0.44
Hex D1 6E E 0 2F 5D 12 1E 57 2C
Octal 321 156 16 0 57 135 22 36 127 54
Binary 11010001 1101110 1110 0 101111 1011101 10010 11110 1010111 101100

Color Harmonies of #D16E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E0E

Black with #D16E0E

Text Example


Text Example

White with #D16E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E0E; }

 p { color: rgb(209,110,14); }

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

background-color css

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

 a { background-color: rgb(209,110,14); }

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

border-color css

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

 span { border-color: rgb(209,110,14); }

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