Html Css Color HEX #D16716 Chocolate

📋 copy color: '#D16716'

red 209 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #D16716

Tints of Chocolate #D16716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 62.57%
G = 30.84%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16716 (or 0xD16716) is known color: Chocolate. HEX triplet: D1, 67 and 16. RGB value is (209,103,22). Sum of RGB (Red+Green+Blue) = 209+103+22=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D16716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16716 is #2E98E9. Grayscale: #7D7D7D. Windows color (decimal): -3053802 or 1468369. OLE color: 1468369.

HSL color Cylindrical-coordinate representation of color #D16716: hue angle of 25.99º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D16716 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 22 -
CMYK 0 0.51 0.89 0.18
HSL 25.99º 0.81% 0.45% -
HSV(B) 25.99º 0.89% 0.82% -
XYZ 31.29 23.31 3.61 -
YUV 125.46 69.62 187.59 -
System Red Green Blue C M Y K H S L
Decimal 209 103 22 0 0.51 0.89 0.18 25.99 0.81 0.45
Hex D1 67 16 0 33 59 12 1A 51 2D
Octal 321 147 26 0 63 131 22 32 121 55
Binary 11010001 1100111 10110 0 110011 1011001 10010 11010 1010001 101101

Color Harmonies of #D16716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16716

Black with #D16716

Text Example


Text Example

White with #D16716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16716; }

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

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

background-color css

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

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

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

border-color css

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

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

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