Html Css Color HEX #D16C17 Chocolate

📋 copy color: '#D16C17'

red 209 ◦ green 108 ◦ blue 23

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

Shades of Chocolate #D16C17

Tints of Chocolate #D16C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

 BLUE value IS 23 (9.38% from 255) = 6.76%

R = 61.47%
G = 31.76%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16C17 (or 0xD16C17) is known color: Chocolate. HEX triplet: D1, 6C and 17. RGB value is (209,108,23). Sum of RGB (Red+Green+Blue) = 209+108+23=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C17 is #2E93E8. Grayscale: #808080. Windows color (decimal): -3052521 or 1535185. OLE color: 1535185.

HSL color Cylindrical-coordinate representation of color #D16C17: hue angle of 27.42º degrees, saturation: 0.8, 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 #D16C17 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 108 23 -
CMYK 0 0.48 0.89 0.18
HSL 27.42º 0.8% 0.45% -
HSV(B) 27.42º 0.89% 0.82% -
XYZ 31.81 24.34 3.83 -
YUV 128.51 68.46 185.41 -
System Red Green Blue C M Y K H S L
Decimal 209 108 23 0 0.48 0.89 0.18 27.42 0.8 0.45
Hex D1 6C 17 0 30 59 12 1B 50 2D
Octal 321 154 27 0 60 131 22 33 120 55
Binary 11010001 1101100 10111 0 110000 1011001 10010 11011 1010000 101101

Color Harmonies of #D16C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C17

Black with #D16C17

Text Example


Text Example

White with #D16C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C17; }

 p { color: rgb(209,108,23); }

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

background-color css

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

 a { background-color: rgb(209,108,23); }

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

border-color css

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

 span { border-color: rgb(209,108,23); }

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