Html Css Color HEX #D16E16 Chocolate

📋 copy color: '#D16E16'

red 209 ◦ green 110 ◦ blue 22

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

Shades of Chocolate #D16E16

Tints of Chocolate #D16E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 61.29%
G = 32.26%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16E16 (or 0xD16E16) is known color: Chocolate. HEX triplet: D1, 6E and 16. RGB value is (209,110,22). Sum of RGB (Red+Green+Blue) = 209+110+22=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16E16 is #2E91E9. Grayscale: #828282. Windows color (decimal): -3052010 or 1470161. OLE color: 1470161.

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

Color convert

RGB 209 110 22 -
CMYK 0 0.47 0.89 0.18
HSL 28.24º 0.81% 0.45% -
HSV(B) 28.24º 0.89% 0.82% -
XYZ 32.02 24.77 3.85 -
YUV 129.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 209 110 22 0 0.47 0.89 0.18 28.24 0.81 0.45
Hex D1 6E 16 0 2F 59 12 1C 51 2D
Octal 321 156 26 0 57 131 22 34 121 55
Binary 11010001 1101110 10110 0 101111 1011001 10010 11100 1010001 101101

Color Harmonies of #D16E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E16

Black with #D16E16

Text Example


Text Example

White with #D16E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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