#D5B221

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

Shades of Galliano #D5B221

Tints of Galliano #D5B221

Color information

#D5B221 (or 0xD5B221) is unknown color: approx Galliano. HEX triplet: D5, B2 and 21. RGB value is (213,178,33). Sum of RGB (Red+Green+Blue) = 213+178+33=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B221 is #2A4DDE. Grayscale: #ACACAC. Windows color (decimal): -2772447 or 2208469. OLE color: 2208469.

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

Color convert

RGB21317833-
CMYK00.160.850.16
HSL48.33º73.17%48.24%-
HSV(B)48.33º84.51%83.53%-
XYZ43.6446.18.04-
YUV171.9449.6157.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 178 (69.92% from 255) = 41.98%
BLUE value IS 33 (13.28% from 255) = 7.78%
R=50.24%
G=41.98%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131783300.160.850.1648.3373.1748.24
HexD5B2210105510304930
Octal32526241020125206011160
Binary11010101101100101000010100001010101100001100001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B221; }

 p { color: rgb(213,178,33); }

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

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

 a { background-color: rgb(213,178,33); }

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

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

 span { border-color: rgb(213,178,33); }

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