Html Css Color HEX #D16821 Chocolate

📋 copy color: '#D16821'

red 209 ◦ green 104 ◦ blue 33

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

Shades of Chocolate #D16821

Tints of Chocolate #D16821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 60.4%
G = 30.06%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D16821 (or 0xD16821) is known color: Chocolate. HEX triplet: D1, 68 and 21. RGB value is (209,104,33). Sum of RGB (Red+Green+Blue) = 209+104+33=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D16821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16821 is #2E97DE. Grayscale: #7F7F7F. Windows color (decimal): -3053535 or 2189521. OLE color: 2189521.

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

Color convert

RGB 209 104 33 -
CMYK 0 0.50 0.84 0.18
HSL 24.2º 0.73% 0.47% -
HSV(B) 24.2º 0.84% 0.82% -
XYZ 31.52 23.57 4.33 -
YUV 127.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 209 104 33 0 0.50 0.84 0.18 24.2 0.73 0.47
Hex D1 68 21 0 32 54 12 18 49 2F
Octal 321 150 41 0 62 124 22 30 111 57
Binary 11010001 1101000 100001 0 110010 1010100 10010 11000 1001001 101111

Color Harmonies of #D16821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16821

Black with #D16821

Text Example


Text Example

White with #D16821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16821; }

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

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

background-color css

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

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

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

border-color css

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

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

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