Html Css Color HEX #D16E22 Chocolate

📋 copy color: '#D16E22'

red 209 ◦ green 110 ◦ blue 34

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

Shades of Chocolate #D16E22

Tints of Chocolate #D16E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.63%

R = 59.21%
G = 31.16%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D16E22 (or 0xD16E22) is known color: Chocolate. HEX triplet: D1, 6E and 22. RGB value is (209,110,34). Sum of RGB (Red+Green+Blue) = 209+110+34=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16E22 is #2E91DD. Grayscale: #838383. Windows color (decimal): -3051998 or 2256593. OLE color: 2256593.

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

Color convert

RGB 209 110 34 -
CMYK 0 0.47 0.84 0.18
HSL 26.06º 0.72% 0.48% -
HSV(B) 26.06º 0.84% 0.82% -
XYZ 32.16 24.82 4.61 -
YUV 130.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 209 110 34 0 0.47 0.84 0.18 26.06 0.72 0.48
Hex D1 6E 22 0 2F 54 12 1A 48 30
Octal 321 156 42 0 57 124 22 32 110 60
Binary 11010001 1101110 100010 0 101111 1010100 10010 11010 1001000 110000

Color Harmonies of #D16E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E22

Black with #D16E22

Text Example


Text Example

White with #D16E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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