#DBAE14

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

Shades of Galliano #DBAE14

Tints of Galliano #DBAE14

Color information

#DBAE14 (or 0xDBAE14) is unknown color: approx Galliano. HEX triplet: DB, AE and 14. RGB value is (219,174,20). Sum of RGB (Red+Green+Blue) = 219+174+20=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE14 is #2451EB. Grayscale: #AAAAAA. Windows color (decimal): -2380268 or 1355483. OLE color: 1355483.

HSL color Cylindrical-coordinate representation of color #DBAE14: hue angle of 46.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBAE14 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB21917420-
CMYK00.210.910.14
HSL46.43º83.26%46.86%-
HSV(B)46.43º90.87%85.88%-
XYZ44.4845.387.08-
YUV169.943.41163.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.03%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 20 (8.20% from 255) = 4.84%
R=53.03%
G=42.13%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191742000.210.910.1446.4383.2646.86
HexDBAE140155BE2e532f
Octal33325624025133165612357
Binary110110111010111010100010101101101111101011101010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE14; }

 p { color: rgb(219,174,20); }

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

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

 a { background-color: rgb(219,174,20); }

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

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

 span { border-color: rgb(219,174,20); }

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