Html Css Color HEX #D16420 Chocolate

📋 copy color: '#D16420'

red 209 ◦ green 100 ◦ blue 32

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

Shades of Chocolate #D16420

Tints of Chocolate #D16420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 32 (12.89% from 255) = 9.38%

R = 61.29%
G = 29.33%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16420 (or 0xD16420) is known color: Chocolate. HEX triplet: D1, 64 and 20. RGB value is (209,100,32). Sum of RGB (Red+Green+Blue) = 209+100+32=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D16420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16420 is #2E9BDF. Grayscale: #7D7D7D. Windows color (decimal): -3054560 or 2122961. OLE color: 2122961.

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

Color convert

RGB 209 100 32 -
CMYK 0 0.52 0.85 0.18
HSL 23.05º 0.73% 0.47% -
HSV(B) 23.05º 0.85% 0.82% -
XYZ 31.11 22.77 4.12 -
YUV 124.84 75.61 188.03 -
System Red Green Blue C M Y K H S L
Decimal 209 100 32 0 0.52 0.85 0.18 23.05 0.73 0.47
Hex D1 64 20 0 34 55 12 17 49 2F
Octal 321 144 40 0 64 125 22 27 111 57
Binary 11010001 1100100 100000 0 110100 1010101 10010 10111 1001001 101111

Color Harmonies of #D16420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16420

Black with #D16420

Text Example


Text Example

White with #D16420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16420; }

 p { color: rgb(209,100,32); }

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

background-color css

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

 a { background-color: rgb(209,100,32); }

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

border-color css

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

 span { border-color: rgb(209,100,32); }

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