#d6ad24

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

Shades of Galliano #D6AD24

Tints of Galliano #D6AD24

Color information

#D6AD24 (or 0xD6AD24) is unknown color: approx Galliano. HEX triplet: D6, AD and 24. RGB value is (214,173,36). Sum of RGB (Red+Green+Blue) = 214+173+36=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD24 is #2952DB. Grayscale: #AAAAAA. Windows color (decimal): -2708188 or 2403798. OLE color: 2403798.

HSL color Cylindrical-coordinate representation of color #D6AD24: hue angle of 46.18º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6AD24 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21417336-
CMYK00.190.830.16
HSL46.18º71.2%49.02%-
HSV(B)46.18º83.18%83.92%-
XYZ42.9944.317.96-
YUV169.6452.58159.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.59%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 36 (14.45% from 255) = 8.51%
R=50.59%
G=40.90%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141733600.190.830.1646.1871.249.02
HexD6AD2401353102e4731
Octal32625544023123205610761
Binary11010110101011011001000100111010011100001011101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6ad24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6ad24; }

 p { color: rgb(214,173,36); }

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

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

 a { background-color: rgb(214,173,36); }

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

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

 span { border-color: rgb(214,173,36); }

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