Html Css Color HEX #DBAA24 Galliano

📋 copy color: '#DBAA24'

red 219 ◦ green 170 ◦ blue 36

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

Shades of Galliano #DBAA24

Tints of Galliano #DBAA24

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40%

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

R = 51.53%
G = 40%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBAA24 (or 0xDBAA24) is known color: Galliano. HEX triplet: DB, AA and 24. RGB value is (219,170,36). Sum of RGB (Red+Green+Blue) = 219+170+36=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA24 is #2455DB. Grayscale: #A9A9A9. Windows color (decimal): -2381276 or 2403035. OLE color: 2403035.

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

Color convert

RGB 219 170 36 -
CMYK 0 0.22 0.84 0.14
HSL 43.93º 0.72% 0.5% -
HSV(B) 43.93º 0.84% 0.86% -
XYZ 43.91 43.94 7.84 -
YUV 169.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 219 170 36 0 0.22 0.84 0.14 43.93 0.72 0.5
Hex DB AA 24 0 16 54 E 2C 48 32
Octal 333 252 44 0 26 124 16 54 110 62
Binary 11011011 10101010 100100 0 10110 1010100 1110 101100 1001000 110010

Color Harmonies of #DBAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA24

Black with #DBAA24

Text Example


Text Example

White with #DBAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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