Html Css Color HEX #D16720 Chocolate

📋 copy color: '#D16720'

red 209 ◦ green 103 ◦ blue 32

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

Shades of Chocolate #D16720

Tints of Chocolate #D16720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.94%

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

R = 60.76%
G = 29.94%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16720 (or 0xD16720) is known color: Chocolate. HEX triplet: D1, 67 and 20. RGB value is (209,103,32). Sum of RGB (Red+Green+Blue) = 209+103+32=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D16720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16720 is #2E98DF. Grayscale: #7E7E7E. Windows color (decimal): -3053792 or 2123729. OLE color: 2123729.

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

Color convert

RGB 209 103 32 -
CMYK 0 0.51 0.85 0.18
HSL 24.07º 0.73% 0.47% -
HSV(B) 24.07º 0.85% 0.82% -
XYZ 31.41 23.36 4.22 -
YUV 126.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 209 103 32 0 0.51 0.85 0.18 24.07 0.73 0.47
Hex D1 67 20 0 33 55 12 18 49 2F
Octal 321 147 40 0 63 125 22 30 111 57
Binary 11010001 1100111 100000 0 110011 1010101 10010 11000 1001001 101111

Color Harmonies of #D16720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16720

Black with #D16720

Text Example


Text Example

White with #D16720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16720; }

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

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

background-color css

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

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

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

border-color css

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

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

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