Html Css Color HEX #DBA515 Galliano

📋 copy color: '#DBA515'

red 219 ◦ green 165 ◦ blue 21

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

Shades of Galliano #DBA515

Tints of Galliano #DBA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

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

R = 54.07%
G = 40.74%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBA515 (or 0xDBA515) is known color: Galliano. HEX triplet: DB, A5 and 15. RGB value is (219,165,21). Sum of RGB (Red+Green+Blue) = 219+165+21=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA515 is #245AEA. Grayscale: #A5A5A5. Windows color (decimal): -2382571 or 1418715. OLE color: 1418715.

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

Color convert

RGB 219 165 21 -
CMYK 0 0.25 0.90 0.14
HSL 43.64º 0.83% 0.47% -
HSV(B) 43.64º 0.9% 0.86% -
XYZ 42.8 42.02 6.56 -
YUV 164.73 46.89 166.71 -
System Red Green Blue C M Y K H S L
Decimal 219 165 21 0 0.25 0.90 0.14 43.64 0.83 0.47
Hex DB A5 15 0 19 5A E 2C 52 2F
Octal 333 245 25 0 31 132 16 54 122 57
Binary 11011011 10100101 10101 0 11001 1011010 1110 101100 1010010 101111

Color Harmonies of #DBA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA515

Black with #DBA515

Text Example


Text Example

White with #DBA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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