Html Css Color HEX #D16320 Chocolate

📋 copy color: '#D16320'

red 209 ◦ green 99 ◦ blue 32

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

Shades of Chocolate #D16320

Tints of Chocolate #D16320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.12%

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

R = 61.47%
G = 29.12%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16320 (or 0xD16320) is known color: Chocolate. HEX triplet: D1, 63 and 20. RGB value is (209,99,32). Sum of RGB (Red+Green+Blue) = 209+99+32=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D16320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16320 is #2E9CDF. Grayscale: #7C7C7C. Windows color (decimal): -3054816 or 2122705. OLE color: 2122705.

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

Color convert

RGB 209 99 32 -
CMYK 0 0.53 0.85 0.18
HSL 22.71º 0.73% 0.47% -
HSV(B) 22.71º 0.85% 0.82% -
XYZ 31.02 22.58 4.09 -
YUV 124.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 209 99 32 0 0.53 0.85 0.18 22.71 0.73 0.47
Hex D1 63 20 0 35 55 12 17 49 2F
Octal 321 143 40 0 65 125 22 27 111 57
Binary 11010001 1100011 100000 0 110101 1010101 10010 10111 1001001 101111

Color Harmonies of #D16320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16320

Black with #D16320

Text Example


Text Example

White with #D16320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16320; }

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

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

background-color css

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

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

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

border-color css

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

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

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