Html Css Color HEX #DBA218 Galliano

📋 copy color: '#DBA218'

red 219 ◦ green 162 ◦ blue 24

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

Shades of Galliano #DBA218

Tints of Galliano #DBA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40%

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

R = 54.07%
G = 40%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBA218 (or 0xDBA218) is known color: Galliano. HEX triplet: DB, A2 and 18. RGB value is (219,162,24). Sum of RGB (Red+Green+Blue) = 219+162+24=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA218 is #245DE7. Grayscale: #A3A3A3. Windows color (decimal): -2383336 or 1614555. OLE color: 1614555.

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

Color convert

RGB 219 162 24 -
CMYK 0 0.26 0.89 0.14
HSL 42.46º 0.8% 0.48% -
HSV(B) 42.46º 0.89% 0.86% -
XYZ 42.3 40.97 6.54 -
YUV 163.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 219 162 24 0 0.26 0.89 0.14 42.46 0.8 0.48
Hex DB A2 18 0 1A 59 E 2A 50 30
Octal 333 242 30 0 32 131 16 52 120 60
Binary 11011011 10100010 11000 0 11010 1011001 1110 101010 1010000 110000

Color Harmonies of #DBA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA218

Black with #DBA218

Text Example


Text Example

White with #DBA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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