#D9A029

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

Shades of Galliano #D9A029

Tints of Galliano #D9A029

Color information

#D9A029 (or 0xD9A029) is unknown color: approx Galliano. HEX triplet: D9, A0 and 29. RGB value is (217,160,41). Sum of RGB (Red+Green+Blue) = 217+160+41=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A029 is #265FD6. Grayscale: #A4A4A4. Windows color (decimal): -2514903 or 2728153. OLE color: 2728153.

HSL color Cylindrical-coordinate representation of color #D9A029: hue angle of 40.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9A029 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB21716041-
CMYK00.260.810.15
HSL40.57º69.84%50.59%-
HSV(B)40.57º81.11%85.1%-
XYZ41.5940.057.64-
YUV163.4858.88166.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.91%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 41 (16.41% from 255) = 9.81%
R=51.91%
G=38.28%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171604100.260.810.1540.5769.8450.59
HexD9A02901A51F294633
Octal33124051032121175110663
Binary1101100110100000101001011010101000111111010011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A029; }

 p { color: rgb(217,160,41); }

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

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

 a { background-color: rgb(217,160,41); }

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

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

 span { border-color: rgb(217,160,41); }

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