Html Css Color HEX #D16E0D Chocolate

📋 copy color: '#D16E0D'

red 209 ◦ green 110 ◦ blue 13

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

Shades of Chocolate #D16E0D

Tints of Chocolate #D16E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 62.95%
G = 33.13%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D16E0D (or 0xD16E0D) is known color: Chocolate. HEX triplet: D1, 6E and 0D. RGB value is (209,110,13). Sum of RGB (Red+Green+Blue) = 209+110+13=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16E0D is #2E91F2. Grayscale: #818181. Windows color (decimal): -3052019 or 880337. OLE color: 880337.

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

Color convert

RGB 209 110 13 -
CMYK 0 0.47 0.94 0.18
HSL 29.69º 0.88% 0.44% -
HSV(B) 29.69º 0.94% 0.82% -
XYZ 31.94 24.74 3.47 -
YUV 128.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 209 110 13 0 0.47 0.94 0.18 29.69 0.88 0.44
Hex D1 6E D 0 2F 5E 12 1E 58 2C
Octal 321 156 15 0 57 136 22 36 130 54
Binary 11010001 1101110 1101 0 101111 1011110 10010 11110 1011000 101100

Color Harmonies of #D16E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E0D

Black with #D16E0D

Text Example


Text Example

White with #D16E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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