Html Css Color HEX #DBAE17 Galliano

📋 copy color: '#DBAE17'

red 219 ◦ green 174 ◦ blue 23

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

Shades of Galliano #DBAE17

Tints of Galliano #DBAE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.53%

R = 52.64%
G = 41.83%
B = 5.53%

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

#DBAE17 (or 0xDBAE17) is known color: Galliano. HEX triplet: DB, AE and 17. RGB value is (219,174,23). Sum of RGB (Red+Green+Blue) = 219+174+23=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAE17 is #2451E8. Grayscale: #AAAAAA. Windows color (decimal): -2380265 or 1552091. OLE color: 1552091.

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

Color convert

RGB 219 174 23 -
CMYK 0 0.21 0.89 0.14
HSL 46.22º 0.81% 0.47% -
HSV(B) 46.22º 0.89% 0.86% -
XYZ 44.5 45.39 7.23 -
YUV 170.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 219 174 23 0 0.21 0.89 0.14 46.22 0.81 0.47
Hex DB AE 17 0 15 59 E 2E 51 2F
Octal 333 256 27 0 25 131 16 56 121 57
Binary 11011011 10101110 10111 0 10101 1011001 1110 101110 1010001 101111

Color Harmonies of #DBAE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE17

Black with #DBAE17

Text Example


Text Example

White with #DBAE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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