Html Css Color HEX #DBAD17 Galliano

📋 copy color: '#DBAD17'

red 219 ◦ green 173 ◦ blue 23

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

Shades of Galliano #DBAD17

Tints of Galliano #DBAD17

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

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

R = 52.77%
G = 41.69%
B = 5.54%

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

#DBAD17 (or 0xDBAD17) is known color: Galliano. HEX triplet: DB, AD and 17. RGB value is (219,173,23). Sum of RGB (Red+Green+Blue) = 219+173+23=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD17 is #2452E8. Grayscale: #AAAAAA. Windows color (decimal): -2380521 or 1551835. OLE color: 1551835.

HSL color Cylindrical-coordinate representation of color #DBAD17: hue angle of 45.92º 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 #DBAD17 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 23 -
CMYK 0 0.21 0.89 0.14
HSL 45.92º 0.81% 0.47% -
HSV(B) 45.92º 0.89% 0.86% -
XYZ 44.31 45.01 7.16 -
YUV 169.65 45.24 163.2 -
System Red Green Blue C M Y K H S L
Decimal 219 173 23 0 0.21 0.89 0.14 45.92 0.81 0.47
Hex DB AD 17 0 15 59 E 2E 51 2F
Octal 333 255 27 0 25 131 16 56 121 57
Binary 11011011 10101101 10111 0 10101 1011001 1110 101110 1010001 101111

Color Harmonies of #DBAD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD17

Black with #DBAD17

Text Example


Text Example

White with #DBAD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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