Html Css Color HEX #DBAE10 Galliano

📋 copy color: '#DBAE10'

red 219 ◦ green 174 ◦ blue 16

#DBAE10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #DBAE10

Tints of Galliano #DBAE10

RGB

 RED value IS 219 (85.94% from 255) = 53.55%

 GREEN value IS 174 (68.36% from 255) = 42.54%

 BLUE value IS 16 (6.64% from 255) = 3.91%

R = 53.55%
G = 42.54%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBAE10 (or 0xDBAE10) is known color: Galliano. HEX triplet: DB, AE and 10. RGB value is (219,174,16). Sum of RGB (Red+Green+Blue) = 219+174+16=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE10 is #2451EF. Grayscale: #AAAAAA. Windows color (decimal): -2380272 or 1093339. OLE color: 1093339.

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

Color convert

RGB 219 174 16 -
CMYK 0 0.21 0.93 0.14
HSL 46.7º 0.86% 0.46% -
HSV(B) 46.7º 0.93% 0.86% -
XYZ 44.44 45.37 6.91 -
YUV 169.44 41.41 163.35 -
System Red Green Blue C M Y K H S L
Decimal 219 174 16 0 0.21 0.93 0.14 46.7 0.86 0.46
Hex DB AE 10 0 15 5D E 2F 56 2E
Octal 333 256 20 0 25 135 16 57 126 56
Binary 11011011 10101110 10000 0 10101 1011101 1110 101111 1010110 101110

Color Harmonies of #DBAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE10

Black with #DBAE10

Text Example


Text Example

White with #DBAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE10; }

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

 H1.HeaderClassName
 {
   color: #DBAE10;
 }
 .AnyTagClassName
 {
   color: #DBAE10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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