Html Css Color HEX #DBAE20 Galliano

📋 copy color: '#DBAE20'

red 219 ◦ green 174 ◦ blue 32

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

Shades of Galliano #DBAE20

Tints of Galliano #DBAE20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.53%

R = 51.53%
G = 40.94%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBAE20 (or 0xDBAE20) is known color: Galliano. HEX triplet: DB, AE and 20. RGB value is (219,174,32). Sum of RGB (Red+Green+Blue) = 219+174+32=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE20 is #2451DF. Grayscale: #ABABAB. Windows color (decimal): -2380256 or 2141915. OLE color: 2141915.

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

Color convert

RGB 219 174 32 -
CMYK 0 0.21 0.85 0.14
HSL 45.56º 0.75% 0.49% -
HSV(B) 45.56º 0.85% 0.86% -
XYZ 44.61 45.44 7.79 -
YUV 171.27 49.41 162.05 -
System Red Green Blue C M Y K H S L
Decimal 219 174 32 0 0.21 0.85 0.14 45.56 0.75 0.49
Hex DB AE 20 0 15 55 E 2E 4B 31
Octal 333 256 40 0 25 125 16 56 113 61
Binary 11011011 10101110 100000 0 10101 1010101 1110 101110 1001011 110001

Color Harmonies of #DBAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE20

Black with #DBAE20

Text Example


Text Example

White with #DBAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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