Html Css Color HEX #D16511 Chocolate

📋 copy color: '#D16511'

red 209 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #D16511

Tints of Chocolate #D16511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

 BLUE value IS 17 (7.03% from 255) = 5.2%

R = 63.91%
G = 30.89%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D16511 (or 0xD16511) is known color: Chocolate. HEX triplet: D1, 65 and 11. RGB value is (209,101,17). Sum of RGB (Red+Green+Blue) = 209+101+17=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D16511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16511 is #2E9AEE. Grayscale: #7C7C7C. Windows color (decimal): -3054319 or 1140177. OLE color: 1140177.

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

Color convert

RGB 209 101 17 -
CMYK 0 0.52 0.92 0.18
HSL 26.25º 0.85% 0.44% -
HSV(B) 26.25º 0.92% 0.82% -
XYZ 31.05 22.9 3.31 -
YUV 123.72 67.78 188.83 -
System Red Green Blue C M Y K H S L
Decimal 209 101 17 0 0.52 0.92 0.18 26.25 0.85 0.44
Hex D1 65 11 0 34 5C 12 1A 55 2C
Octal 321 145 21 0 64 134 22 32 125 54
Binary 11010001 1100101 10001 0 110100 1011100 10010 11010 1010101 101100

Color Harmonies of #D16511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16511

Black with #D16511

Text Example


Text Example

White with #D16511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16511; }

 p { color: rgb(209,101,17); }

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

background-color css

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

 a { background-color: rgb(209,101,17); }

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

border-color css

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

 span { border-color: rgb(209,101,17); }

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