Html Css Color HEX #DBA915 Galliano

📋 copy color: '#DBA915'

red 219 ◦ green 169 ◦ blue 21

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

Shades of Galliano #DBA915

Tints of Galliano #DBA915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.32%

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 53.55%
G = 41.32%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBA915 (or 0xDBA915) is known color: Galliano. HEX triplet: DB, A9 and 15. RGB value is (219,169,21). Sum of RGB (Red+Green+Blue) = 219+169+21=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA915 is #2456EA. Grayscale: #A7A7A7. Windows color (decimal): -2381547 or 1419739. OLE color: 1419739.

HSL color Cylindrical-coordinate representation of color #DBA915: hue angle of 44.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBA915 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 21 -
CMYK 0 0.23 0.90 0.14
HSL 44.85º 0.83% 0.47% -
HSV(B) 44.85º 0.9% 0.86% -
XYZ 43.54 43.49 6.81 -
YUV 167.08 45.57 165.03 -
System Red Green Blue C M Y K H S L
Decimal 219 169 21 0 0.23 0.90 0.14 44.85 0.83 0.47
Hex DB A9 15 0 17 5A E 2D 52 2F
Octal 333 251 25 0 27 132 16 55 122 57
Binary 11011011 10101001 10101 0 10111 1011010 1110 101101 1010010 101111

Color Harmonies of #DBA915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA915

Black with #DBA915

Text Example


Text Example

White with #DBA915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA915; }

 p { color: rgb(219,169,21); }

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

background-color css

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

 a { background-color: rgb(219,169,21); }

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

border-color css

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

 span { border-color: rgb(219,169,21); }

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