Html Css Color HEX #DBA124 Galliano

📋 copy color: '#DBA124'

red 219 ◦ green 161 ◦ blue 36

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

Shades of Galliano #DBA124

Tints of Galliano #DBA124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.7%

 BLUE value IS 36 (14.45% from 255) = 8.65%

R = 52.64%
G = 38.7%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBA124 (or 0xDBA124) is known color: Galliano. HEX triplet: DB, A1 and 24. RGB value is (219,161,36). Sum of RGB (Red+Green+Blue) = 219+161+36=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA124 is #245EDB. Grayscale: #A4A4A4. Windows color (decimal): -2383580 or 2400731. OLE color: 2400731.

HSL color Cylindrical-coordinate representation of color #DBA124: hue angle of 40.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBA124 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 161 36 -
CMYK 0 0.26 0.84 0.14
HSL 40.98º 0.72% 0.5% -
HSV(B) 40.98º 0.84% 0.86% -
XYZ 42.28 40.68 7.29 -
YUV 164.09 55.72 167.16 -
System Red Green Blue C M Y K H S L
Decimal 219 161 36 0 0.26 0.84 0.14 40.98 0.72 0.5
Hex DB A1 24 0 1A 54 E 29 48 32
Octal 333 241 44 0 32 124 16 51 110 62
Binary 11011011 10100001 100100 0 11010 1010100 1110 101001 1001000 110010

Color Harmonies of #DBA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA124

Black with #DBA124

Text Example


Text Example

White with #DBA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA124; }

 p { color: rgb(219,161,36); }

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

background-color css

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

 a { background-color: rgb(219,161,36); }

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

border-color css

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

 span { border-color: rgb(219,161,36); }

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