#d16530

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

Shades of Gold Drop #D16530

Tints of Gold Drop #D16530

Color information

#D16530 (or 0xD16530) is unknown color: approx Gold Drop. HEX triplet: D1, 65 and 30. RGB value is (209,101,48). Sum of RGB (Red+Green+Blue) = 209+101+48=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D16530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16530 is #2E9ACF. Grayscale: #7F7F7F. Windows color (decimal): -3054288 or 3171793. OLE color: 3171793.

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

Color convert

RGB20910148-
CMYK00.520.770.18
HSL19.75º63.64%50.39%-
HSV(B)19.75º77.03%81.96%-
XYZ31.4823.085.59-
YUV127.2583.28186.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.38%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 48 (19.14% from 255) = 13.41%
R=58.38%
G=28.21%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091014800.520.770.1819.7563.6450.39
HexD165300344D12144032
Octal32114560064115222410062
Binary1101000111001011100000110100100110110010101001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16530; }

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

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

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

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

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

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

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

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