#D8AB1F

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

Shades of Galliano #D8AB1F

Tints of Galliano #D8AB1F

Color information

#D8AB1F (or 0xD8AB1F) is unknown color: approx Galliano. HEX triplet: D8, AB and 1F. RGB value is (216,171,31). Sum of RGB (Red+Green+Blue) = 216+171+31=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB1F is #2754E0. Grayscale: #A9A9A9. Windows color (decimal): -2577633 or 2075608. OLE color: 2075608.

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

Color convert

RGB21617131-
CMYK00.210.860.15
HSL45.41º74.9%48.43%-
HSV(B)45.41º85.65%84.71%-
XYZ43.1343.827.48-
YUV168.550.41161.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.67%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 31 (12.5% from 255) = 7.42%
R=51.67%
G=40.91%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161713100.210.860.1545.4174.948.43
HexD8AB1F01556F2d4b30
Octal33025337025126175511360
Binary110110001010101111111010101101011011111011011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB1F; }

 p { color: rgb(216,171,31); }

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

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

 a { background-color: rgb(216,171,31); }

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

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

 span { border-color: rgb(216,171,31); }

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