#D6AA2D

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

Shades of Galliano #D6AA2D

Tints of Galliano #D6AA2D

Color information

#D6AA2D (or 0xD6AA2D) is unknown color: approx Galliano. HEX triplet: D6, AA and 2D. RGB value is (214,170,45). Sum of RGB (Red+Green+Blue) = 214+170+45=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA2D is #2955D2. Grayscale: #A9A9A9. Windows color (decimal): -2708947 or 2992854. OLE color: 2992854.

HSL color Cylindrical-coordinate representation of color #D6AA2D: hue angle of 44.38º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6AA2D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21417045-
CMYK00.210.790.16
HSL44.38º67.33%50.78%-
HSV(B)44.38º78.97%83.92%-
XYZ42.5843.248.58-
YUV168.9158.08160.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.88%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 45 (17.97% from 255) = 10.49%
R=49.88%
G=39.63%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141704500.210.790.1644.3867.3350.78
HexD6AA2D0154F102c4333
Octal32625255025117205410363
Binary11010110101010101011010101011001111100001011001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AA2D; }

 p { color: rgb(214,170,45); }

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

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

 a { background-color: rgb(214,170,45); }

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

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

 span { border-color: rgb(214,170,45); }

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