Html Css Color HEX #D16217 Chocolate

📋 copy color: '#D16217'

red 209 ◦ green 98 ◦ blue 23

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

Shades of Chocolate #D16217

Tints of Chocolate #D16217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 63.33%
G = 29.7%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16217 (or 0xD16217) is known color: Chocolate. HEX triplet: D1, 62 and 17. RGB value is (209,98,23). Sum of RGB (Red+Green+Blue) = 209+98+23=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D16217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16217 is #2E9DE8. Grayscale: #7B7B7B. Windows color (decimal): -3055081 or 1532625. OLE color: 1532625.

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

Color convert

RGB 209 98 23 -
CMYK 0 0.53 0.89 0.18
HSL 24.19º 0.8% 0.45% -
HSV(B) 24.19º 0.89% 0.82% -
XYZ 30.82 22.35 3.5 -
YUV 122.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 209 98 23 0 0.53 0.89 0.18 24.19 0.8 0.45
Hex D1 62 17 0 35 59 12 18 50 2D
Octal 321 142 27 0 65 131 22 30 120 55
Binary 11010001 1100010 10111 0 110101 1011001 10010 11000 1010000 101101

Color Harmonies of #D16217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16217

Black with #D16217

Text Example


Text Example

White with #D16217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16217; }

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

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

background-color css

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

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

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

border-color css

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

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

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