Html Css Color HEX #D16518 Chocolate

📋 copy color: '#D16518'

red 209 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #D16518

Tints of Chocolate #D16518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 62.57%
G = 30.24%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D16518 (or 0xD16518) is known color: Chocolate. HEX triplet: D1, 65 and 18. RGB value is (209,101,24). Sum of RGB (Red+Green+Blue) = 209+101+24=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D16518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16518 is #2E9AE7. Grayscale: #7C7C7C. Windows color (decimal): -3054312 or 1598929. OLE color: 1598929.

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

Color convert

RGB 209 101 24 -
CMYK 0 0.52 0.89 0.18
HSL 24.97º 0.79% 0.46% -
HSV(B) 24.97º 0.89% 0.82% -
XYZ 31.11 22.93 3.65 -
YUV 124.51 71.28 188.26 -
System Red Green Blue C M Y K H S L
Decimal 209 101 24 0 0.52 0.89 0.18 24.97 0.79 0.46
Hex D1 65 18 0 34 59 12 19 4F 2E
Octal 321 145 30 0 64 131 22 31 117 56
Binary 11010001 1100101 11000 0 110100 1011001 10010 11001 1001111 101110

Color Harmonies of #D16518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16518

Black with #D16518

Text Example


Text Example

White with #D16518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16518; }

 p { color: rgb(209,101,24); }

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

background-color css

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

 a { background-color: rgb(209,101,24); }

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

border-color css

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

 span { border-color: rgb(209,101,24); }

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