#D2A926

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

Shades of Galliano #D2A926

Tints of Galliano #D2A926

Color information

#D2A926 (or 0xD2A926) is unknown color: approx Galliano. HEX triplet: D2, A9 and 26. RGB value is (210,169,38). Sum of RGB (Red+Green+Blue) = 210+169+38=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 38 (15.23% from 255 or 9.11% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A926 is #2D56D9. Grayscale: #A6A6A6. Windows color (decimal): -2971354 or 2533842. OLE color: 2533842.

HSL color Cylindrical-coordinate representation of color #D2A926: hue angle of 45.7º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2A926 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB21016938-
CMYK00.200.820.18
HSL45.7º69.35%48.63%-
HSV(B)45.7º81.9%82.35%-
XYZ41.1242.227.82-
YUV166.3255.58159.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.36%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 38 (15.23% from 255) = 9.11%
R=50.36%
G=40.53%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101693800.200.820.1845.769.3548.63
HexD2A92601452122e4531
Octal32225146024122225610561
Binary11010010101010011001100101001010010100101011101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A926; }

 p { color: rgb(210,169,38); }

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

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

 a { background-color: rgb(210,169,38); }

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

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

 span { border-color: rgb(210,169,38); }

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