Html Css Color HEX #D16E1D Chocolate

📋 copy color: '#D16E1D'

red 209 ◦ green 110 ◦ blue 29

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

Shades of Chocolate #D16E1D

Tints of Chocolate #D16E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 60.06%
G = 31.61%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D16E1D (or 0xD16E1D) is known color: Chocolate. HEX triplet: D1, 6E and 1D. RGB value is (209,110,29). Sum of RGB (Red+Green+Blue) = 209+110+29=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E1D is #2E91E2. Grayscale: #828282. Windows color (decimal): -3052003 or 1928913. OLE color: 1928913.

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

Color convert

RGB 209 110 29 -
CMYK 0 0.47 0.86 0.18
HSL 27º 0.76% 0.47% -
HSV(B) 27º 0.86% 0.82% -
XYZ 32.09 24.8 4.26 -
YUV 130.37 70.8 184.09 -
System Red Green Blue C M Y K H S L
Decimal 209 110 29 0 0.47 0.86 0.18 27 0.76 0.47
Hex D1 6E 1D 0 2F 56 12 1B 4C 2F
Octal 321 156 35 0 57 126 22 33 114 57
Binary 11010001 1101110 11101 0 101111 1010110 10010 11011 1001100 101111

Color Harmonies of #D16E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E1D

Black with #D16E1D

Text Example


Text Example

White with #D16E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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