Html Css Color HEX #D16921 Chocolate

📋 copy color: '#D16921'

red 209 ◦ green 105 ◦ blue 33

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

Shades of Chocolate #D16921

Tints of Chocolate #D16921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

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

R = 60.23%
G = 30.26%
B = 9.51%

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

#D16921 (or 0xD16921) is known color: Chocolate. HEX triplet: D1, 69 and 21. RGB value is (209,105,33). Sum of RGB (Red+Green+Blue) = 209+105+33=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D16921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16921 is #2E96DE. Grayscale: #808080. Windows color (decimal): -3053279 or 2189777. OLE color: 2189777.

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

Color convert

RGB 209 105 33 -
CMYK 0 0.50 0.84 0.18
HSL 24.55º 0.73% 0.47% -
HSV(B) 24.55º 0.84% 0.82% -
XYZ 31.62 23.77 4.36 -
YUV 127.89 74.46 185.85 -
System Red Green Blue C M Y K H S L
Decimal 209 105 33 0 0.50 0.84 0.18 24.55 0.73 0.47
Hex D1 69 21 0 32 54 12 19 49 2F
Octal 321 151 41 0 62 124 22 31 111 57
Binary 11010001 1101001 100001 0 110010 1010100 10010 11001 1001001 101111

Color Harmonies of #D16921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16921

Black with #D16921

Text Example


Text Example

White with #D16921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16921; }

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

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

background-color css

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

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

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

border-color css

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

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

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