Html Css Color HEX #D16221 Chocolate

📋 copy color: '#D16221'

red 209 ◦ green 98 ◦ blue 33

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

Shades of Chocolate #D16221

Tints of Chocolate #D16221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 61.47%
G = 28.82%
B = 9.71%

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

#D16221 (or 0xD16221) is known color: Chocolate. HEX triplet: D1, 62 and 21. RGB value is (209,98,33). Sum of RGB (Red+Green+Blue) = 209+98+33=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D16221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16221 is #2E9DDE. Grayscale: #7C7C7C. Windows color (decimal): -3055071 or 2187985. OLE color: 2187985.

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

Color convert

RGB 209 98 33 -
CMYK 0 0.53 0.84 0.18
HSL 22.16º 0.73% 0.47% -
HSV(B) 22.16º 0.84% 0.82% -
XYZ 30.94 22.4 4.13 -
YUV 123.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 209 98 33 0 0.53 0.84 0.18 22.16 0.73 0.47
Hex D1 62 21 0 35 54 12 16 49 2F
Octal 321 142 41 0 65 124 22 26 111 57
Binary 11010001 1100010 100001 0 110101 1010100 10010 10110 1001001 101111

Color Harmonies of #D16221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16221

Black with #D16221

Text Example


Text Example

White with #D16221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16221; }

 p { color: rgb(209,98,33); }

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

background-color css

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

 a { background-color: rgb(209,98,33); }

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

border-color css

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

 span { border-color: rgb(209,98,33); }

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