Html Css Color HEX #DBAE18 Galliano

📋 copy color: '#DBAE18'

red 219 ◦ green 174 ◦ blue 24

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

Shades of Galliano #DBAE18

Tints of Galliano #DBAE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.76%

R = 52.52%
G = 41.73%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBAE18 (or 0xDBAE18) is known color: Galliano. HEX triplet: DB, AE and 18. RGB value is (219,174,24). Sum of RGB (Red+Green+Blue) = 219+174+24=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE18 is #2451E7. Grayscale: #ABABAB. Windows color (decimal): -2380264 or 1617627. OLE color: 1617627.

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

Color convert

RGB 219 174 24 -
CMYK 0 0.21 0.89 0.14
HSL 46.15º 0.8% 0.48% -
HSV(B) 46.15º 0.89% 0.86% -
XYZ 44.51 45.4 7.28 -
YUV 170.36 45.41 162.7 -
System Red Green Blue C M Y K H S L
Decimal 219 174 24 0 0.21 0.89 0.14 46.15 0.8 0.48
Hex DB AE 18 0 15 59 E 2E 50 30
Octal 333 256 30 0 25 131 16 56 120 60
Binary 11011011 10101110 11000 0 10101 1011001 1110 101110 1010000 110000

Color Harmonies of #DBAE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE18

Black with #DBAE18

Text Example


Text Example

White with #DBAE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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