#D16C30

Color #D16C30 Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #D16C30

Tints of Gold Drop #D16C30

Color information

#D16C30 (or 0xD16C30) is unknown color: approx Gold Drop. HEX triplet: D1, 6C and 30. RGB value is (209,108,48). Sum of RGB (Red+Green+Blue) = 209+108+48=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C30 is #2E93CF. Grayscale: #838383. Windows color (decimal): -3052496 or 3173585. OLE color: 3173585.

HSL color Cylindrical-coordinate representation of color #D16C30: hue angle of 22.36º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D16C30 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB20910848-
CMYK00.480.770.18
HSL22.36º63.64%50.39%-
HSV(B)22.36º77.03%81.96%-
XYZ32.1924.495.83-
YUV131.3680.96183.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 108 (42.58% from 255) = 29.59%
BLUE value IS 48 (19.14% from 255) = 13.15%
R=57.26%
G=29.59%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091084800.480.770.1822.3663.6450.39
HexD16C300304D12164032
Octal32115460060115222610062
Binary1101000111011001100000110000100110110010101101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C30; }

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

 H1.HeaderClassName
 {
   color: #D16C30;
 }
 .AnyTagClassName
 {
   color: #D16C30;
 }
</style>
background-color css

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

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

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

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

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

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