Html Css Color HEX #D16B17 Chocolate

📋 copy color: '#D16B17'

red 209 ◦ green 107 ◦ blue 23

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

Shades of Chocolate #D16B17

Tints of Chocolate #D16B17

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.56%

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

R = 61.65%
G = 31.56%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16B17 (or 0xD16B17) is known color: Chocolate. HEX triplet: D1, 6B and 17. RGB value is (209,107,23). Sum of RGB (Red+Green+Blue) = 209+107+23=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16B17 is #2E94E8. Grayscale: #808080. Windows color (decimal): -3052777 or 1534929. OLE color: 1534929.

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

Color convert

RGB 209 107 23 -
CMYK 0 0.49 0.89 0.18
HSL 27.1º 0.8% 0.45% -
HSV(B) 27.1º 0.89% 0.82% -
XYZ 31.71 24.13 3.8 -
YUV 127.92 68.79 185.83 -
System Red Green Blue C M Y K H S L
Decimal 209 107 23 0 0.49 0.89 0.18 27.1 0.8 0.45
Hex D1 6B 17 0 31 59 12 1B 50 2D
Octal 321 153 27 0 61 131 22 33 120 55
Binary 11010001 1101011 10111 0 110001 1011001 10010 11011 1010000 101101

Color Harmonies of #D16B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16B17

Black with #D16B17

Text Example


Text Example

White with #D16B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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