Html Css Color HEX #DBA514 Galliano

📋 copy color: '#DBA514'

red 219 ◦ green 165 ◦ blue 20

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

Shades of Galliano #DBA514

Tints of Galliano #DBA514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.95%

R = 54.21%
G = 40.84%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBA514 (or 0xDBA514) is known color: Galliano. HEX triplet: DB, A5 and 14. RGB value is (219,165,20). Sum of RGB (Red+Green+Blue) = 219+165+20=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA514 is #245AEB. Grayscale: #A5A5A5. Windows color (decimal): -2382572 or 1353179. OLE color: 1353179.

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

Color convert

RGB 219 165 20 -
CMYK 0 0.25 0.91 0.14
HSL 43.72º 0.83% 0.47% -
HSV(B) 43.72º 0.91% 0.86% -
XYZ 42.79 42.02 6.52 -
YUV 164.62 46.39 166.79 -
System Red Green Blue C M Y K H S L
Decimal 219 165 20 0 0.25 0.91 0.14 43.72 0.83 0.47
Hex DB A5 14 0 19 5B E 2C 53 2F
Octal 333 245 24 0 31 133 16 54 123 57
Binary 11011011 10100101 10100 0 11001 1011011 1110 101100 1010011 101111

Color Harmonies of #DBA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA514

Black with #DBA514

Text Example


Text Example

White with #DBA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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