Html Css Color HEX #D16711 Chocolate

📋 copy color: '#D16711'

red 209 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #D16711

Tints of Chocolate #D16711

RGB

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

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

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

R = 63.53%
G = 31.31%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D16711 (or 0xD16711) is known color: Chocolate. HEX triplet: D1, 67 and 11. RGB value is (209,103,17). Sum of RGB (Red+Green+Blue) = 209+103+17=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D16711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16711 is #2E98EE. Grayscale: #7D7D7D. Windows color (decimal): -3053807 or 1140689. OLE color: 1140689.

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

Color convert

RGB 209 103 17 -
CMYK 0 0.51 0.92 0.18
HSL 26.88º 0.85% 0.44% -
HSV(B) 26.88º 0.92% 0.82% -
XYZ 31.25 23.3 3.38 -
YUV 124.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 209 103 17 0 0.51 0.92 0.18 26.88 0.85 0.44
Hex D1 67 11 0 33 5C 12 1B 55 2C
Octal 321 147 21 0 63 134 22 33 125 54
Binary 11010001 1100111 10001 0 110011 1011100 10010 11011 1010101 101100

Color Harmonies of #D16711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16711

Black with #D16711

Text Example


Text Example

White with #D16711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16711; }

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

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

background-color css

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

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

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

border-color css

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

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

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