Html Css Color HEX #DBA718 Galliano

📋 copy color: '#DBA718'

red 219 ◦ green 167 ◦ blue 24

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

Shades of Galliano #DBA718

Tints of Galliano #DBA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

 BLUE value IS 24 (9.77% from 255) = 5.85%

R = 53.41%
G = 40.73%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBA718 (or 0xDBA718) is known color: Galliano. HEX triplet: DB, A7 and 18. RGB value is (219,167,24). Sum of RGB (Red+Green+Blue) = 219+167+24=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA718 is #2458E7. Grayscale: #A6A6A6. Windows color (decimal): -2382056 or 1615835. OLE color: 1615835.

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

Color convert

RGB 219 167 24 -
CMYK 0 0.24 0.89 0.14
HSL 44º 0.8% 0.48% -
HSV(B) 44º 0.89% 0.86% -
XYZ 43.2 42.76 6.84 -
YUV 166.25 47.73 165.63 -
System Red Green Blue C M Y K H S L
Decimal 219 167 24 0 0.24 0.89 0.14 44 0.8 0.48
Hex DB A7 18 0 18 59 E 2C 50 30
Octal 333 247 30 0 30 131 16 54 120 60
Binary 11011011 10100111 11000 0 11000 1011001 1110 101100 1010000 110000

Color Harmonies of #DBA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA718

Black with #DBA718

Text Example


Text Example

White with #DBA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA718; }

 p { color: rgb(219,167,24); }

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

background-color css

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

 a { background-color: rgb(219,167,24); }

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

border-color css

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

 span { border-color: rgb(219,167,24); }

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