Html Css Color HEX #D16B20 Chocolate

📋 copy color: '#D16B20'

red 209 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #D16B20

Tints of Chocolate #D16B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.75%

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

R = 60.06%
G = 30.75%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16B20 (or 0xD16B20) is known color: Chocolate. HEX triplet: D1, 6B and 20. RGB value is (209,107,32). Sum of RGB (Red+Green+Blue) = 209+107+32=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16B20 is #2E94DF. Grayscale: #818181. Windows color (decimal): -3052768 or 2124753. OLE color: 2124753.

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

Color convert

RGB 209 107 32 -
CMYK 0 0.49 0.85 0.18
HSL 25.42º 0.73% 0.47% -
HSV(B) 25.42º 0.85% 0.82% -
XYZ 31.81 24.17 4.36 -
YUV 128.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 209 107 32 0 0.49 0.85 0.18 25.42 0.73 0.47
Hex D1 6B 20 0 31 55 12 19 49 2F
Octal 321 153 40 0 61 125 22 31 111 57
Binary 11010001 1101011 100000 0 110001 1010101 10010 11001 1001001 101111

Color Harmonies of #D16B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B20

Black with #D16B20

Text Example


Text Example

White with #D16B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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