#D8B021

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

Shades of Galliano #D8B021

Tints of Galliano #D8B021

Color information

#D8B021 (or 0xD8B021) is unknown color: approx Galliano. HEX triplet: D8, B0 and 21. RGB value is (216,176,33). Sum of RGB (Red+Green+Blue) = 216+176+33=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B021 is #274FDE. Grayscale: #ACACAC. Windows color (decimal): -2576351 or 2207960. OLE color: 2207960.

HSL color Cylindrical-coordinate representation of color #D8B021: hue angle of 46.89º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8B021 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21617633-
CMYK00.190.850.15
HSL46.89º73.49%48.82%-
HSV(B)46.89º84.72%84.71%-
XYZ44.1245.767.95-
YUV171.6649.75159.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 33 (13.28% from 255) = 7.76%
R=50.82%
G=41.41%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161763300.190.850.1546.8973.4948.82
HexD8B02101355F2f4931
Octal33026041023125175711161
Binary1101100010110000100001010011101010111111011111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B021; }

 p { color: rgb(216,176,33); }

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

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

 a { background-color: rgb(216,176,33); }

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

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

 span { border-color: rgb(216,176,33); }

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