Html Css Color HEX #DBA818 Galliano

📋 copy color: '#DBA818'

red 219 ◦ green 168 ◦ blue 24

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

Shades of Galliano #DBA818

Tints of Galliano #DBA818

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 53.28%
G = 40.88%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBA818 (or 0xDBA818) is known color: Galliano. HEX triplet: DB, A8 and 18. RGB value is (219,168,24). Sum of RGB (Red+Green+Blue) = 219+168+24=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA818 is #2457E7. Grayscale: #A7A7A7. Windows color (decimal): -2381800 or 1616091. OLE color: 1616091.

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

Color convert

RGB 219 168 24 -
CMYK 0 0.23 0.89 0.14
HSL 44.31º 0.8% 0.48% -
HSV(B) 44.31º 0.89% 0.86% -
XYZ 43.38 43.13 6.9 -
YUV 166.83 47.4 165.21 -
System Red Green Blue C M Y K H S L
Decimal 219 168 24 0 0.23 0.89 0.14 44.31 0.8 0.48
Hex DB A8 18 0 17 59 E 2C 50 30
Octal 333 250 30 0 27 131 16 54 120 60
Binary 11011011 10101000 11000 0 10111 1011001 1110 101100 1010000 110000

Color Harmonies of #DBA818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA818

Black with #DBA818

Text Example


Text Example

White with #DBA818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA818; }

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

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

background-color css

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

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

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

border-color css

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

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

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