#d9af1d

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

Shades of Galliano #D9AF1D

Tints of Galliano #D9AF1D

Color information

#D9AF1D (or 0xD9AF1D) is unknown color: approx Galliano. HEX triplet: D9, AF and 1D. RGB value is (217,175,29). Sum of RGB (Red+Green+Blue) = 217+175+29=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF1D is #2650E2. Grayscale: #ABABAB. Windows color (decimal): -2511075 or 1945561. OLE color: 1945561.

HSL color Cylindrical-coordinate representation of color #D9AF1D: hue angle of 46.6º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9AF1D is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB21717529-
CMYK00.190.870.15
HSL46.6º76.42%48.24%-
HSV(B)46.6º86.64%85.1%-
XYZ44.1745.57.62-
YUV170.9147.91160.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 29 (11.72% from 255) = 6.89%
R=51.54%
G=41.57%
B=6.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171752900.190.870.1546.676.4248.24
HexD9AF1D01357F2f4c30
Octal33125735023127175711460
Binary110110011010111111101010011101011111111011111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9af1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9af1d; }

 p { color: rgb(217,175,29); }

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

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

 a { background-color: rgb(217,175,29); }

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

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

 span { border-color: rgb(217,175,29); }

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