#D9A929

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

Shades of Galliano #D9A929

Tints of Galliano #D9A929

Color information

#D9A929 (or 0xD9A929) is unknown color: approx Galliano. HEX triplet: D9, A9 and 29. RGB value is (217,169,41). Sum of RGB (Red+Green+Blue) = 217+169+41=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A929 is #2656D6. Grayscale: #A9A9A9. Windows color (decimal): -2512599 or 2730457. OLE color: 2730457.

HSL color Cylindrical-coordinate representation of color #D9A929: hue angle of 43.64º 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 #D9A929 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB21716941-
CMYK00.220.810.15
HSL43.64º69.84%50.59%-
HSV(B)43.64º81.11%85.1%-
XYZ43.243.298.18-
YUV168.7655.9162.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 41 (16.41% from 255) = 9.60%
R=50.82%
G=39.58%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171694100.220.810.1543.6469.8450.59
HexD9A92901651F2c4633
Octal33125151026121175410663
Binary1101100110101001101001010110101000111111011001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A929; }

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

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

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

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

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

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

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

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