Html Css Color HEX #D16322 Chocolate

📋 copy color: '#D16322'

red 209 ◦ green 99 ◦ blue 34

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

Shades of Chocolate #D16322

Tints of Chocolate #D16322

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 61.11%
G = 28.95%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D16322 (or 0xD16322) is known color: Chocolate. HEX triplet: D1, 63 and 22. RGB value is (209,99,34). Sum of RGB (Red+Green+Blue) = 209+99+34=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D16322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16322 is #2E9CDD. Grayscale: #7C7C7C. Windows color (decimal): -3054814 or 2253777. OLE color: 2253777.

HSL color Cylindrical-coordinate representation of color #D16322: hue angle of 22.29º 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 #D16322 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 99 34 -
CMYK 0 0.53 0.84 0.18
HSL 22.29º 0.72% 0.48% -
HSV(B) 22.29º 0.84% 0.82% -
XYZ 31.05 22.59 4.24 -
YUV 124.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 209 99 34 0 0.53 0.84 0.18 22.29 0.72 0.48
Hex D1 63 22 0 35 54 12 16 48 30
Octal 321 143 42 0 65 124 22 26 110 60
Binary 11010001 1100011 100010 0 110101 1010100 10010 10110 1001000 110000

Color Harmonies of #D16322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16322

Black with #D16322

Text Example


Text Example

White with #D16322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16322; }

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

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

background-color css

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

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

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

border-color css

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

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

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