#D5A91B

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

Shades of Galliano #D5A91B

Tints of Galliano #D5A91B

Color information

#D5A91B (or 0xD5A91B) is unknown color: approx Galliano. HEX triplet: D5, A9 and 1B. RGB value is (213,169,27). Sum of RGB (Red+Green+Blue) = 213+169+27=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A91B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A91B is #2A56E4. Grayscale: #A6A6A6. Windows color (decimal): -2774757 or 1812949. OLE color: 1812949.

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

Color convert

RGB21316927-
CMYK00.210.870.16
HSL45.81º77.5%47.06%-
HSV(B)45.81º87.32%83.53%-
XYZ41.8342.67.06-
YUV165.9749.58161.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.08%
GREEN value IS 169 (66.41% from 255) = 41.32%
BLUE value IS 27 (10.94% from 255) = 6.60%
R=52.08%
G=41.32%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131692700.210.870.1645.8177.547.06
HexD5A91B01557102e4e2f
Octal32525133025127205611657
Binary1101010110101001110110101011010111100001011101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A91B; }

 p { color: rgb(213,169,27); }

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

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

 a { background-color: rgb(213,169,27); }

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

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

 span { border-color: rgb(213,169,27); }

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