Html Css Color HEX #D16710 Chocolate

📋 copy color: '#D16710'

red 209 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #D16710

Tints of Chocolate #D16710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 63.72%
G = 31.4%
B = 4.88%

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

#D16710 (or 0xD16710) is known color: Chocolate. HEX triplet: D1, 67 and 10. RGB value is (209,103,16). Sum of RGB (Red+Green+Blue) = 209+103+16=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D16710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16710 is #2E98EF. Grayscale: #7D7D7D. Windows color (decimal): -3053808 or 1075153. OLE color: 1075153.

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

Color convert

RGB 209 103 16 -
CMYK 0 0.51 0.92 0.18
HSL 27.05º 0.86% 0.44% -
HSV(B) 27.05º 0.92% 0.82% -
XYZ 31.24 23.29 3.34 -
YUV 124.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 209 103 16 0 0.51 0.92 0.18 27.05 0.86 0.44
Hex D1 67 10 0 33 5C 12 1B 56 2C
Octal 321 147 20 0 63 134 22 33 126 54
Binary 11010001 1100111 10000 0 110011 1011100 10010 11011 1010110 101100

Color Harmonies of #D16710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16710

Black with #D16710

Text Example


Text Example

White with #D16710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16710; }

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

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

background-color css

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

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

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

border-color css

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

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

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