#D2A61B

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

Shades of Galliano #D2A61B

Tints of Galliano #D2A61B

Color information

#D2A61B (or 0xD2A61B) is unknown color: approx Galliano. HEX triplet: D2, A6 and 1B. RGB value is (210,166,27). Sum of RGB (Red+Green+Blue) = 210+166+27=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A61B is #2D59E4. Grayscale: #A3A3A3. Windows color (decimal): -2972133 or 1812178. OLE color: 1812178.

HSL color Cylindrical-coordinate representation of color #D2A61B: hue angle of 45.57º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2A61B is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB21016627-
CMYK00.210.870.18
HSL45.57º77.22%46.47%-
HSV(B)45.57º87.14%82.35%-
XYZ40.4141.056.83-
YUV163.3151.08161.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.11%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 27 (10.94% from 255) = 6.70%
R=52.11%
G=41.19%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101662700.210.870.1845.5777.2246.47
HexD2A61B01557122e4d2e
Octal32224633025127225611556
Binary1101001010100110110110101011010111100101011101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A61B; }

 p { color: rgb(210,166,27); }

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

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

 a { background-color: rgb(210,166,27); }

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

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

 span { border-color: rgb(210,166,27); }

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