Html Css Color HEX #DBAA28 Galliano

📋 copy color: '#DBAA28'

red 219 ◦ green 170 ◦ blue 40

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

Shades of Galliano #DBAA28

Tints of Galliano #DBAA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 51.05%
G = 39.63%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DBAA28 (or 0xDBAA28) is known color: Galliano. HEX triplet: DB, AA and 28. RGB value is (219,170,40). Sum of RGB (Red+Green+Blue) = 219+170+40=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA28 is #2455D7. Grayscale: #AAAAAA. Windows color (decimal): -2381272 or 2665179. OLE color: 2665179.

HSL color Cylindrical-coordinate representation of color #DBAA28: hue angle of 43.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBAA28 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 40 -
CMYK 0 0.22 0.82 0.14
HSL 43.58º 0.71% 0.51% -
HSV(B) 43.58º 0.82% 0.86% -
XYZ 43.97 43.96 8.18 -
YUV 169.83 54.73 163.07 -
System Red Green Blue C M Y K H S L
Decimal 219 170 40 0 0.22 0.82 0.14 43.58 0.71 0.51
Hex DB AA 28 0 16 52 E 2C 47 33
Octal 333 252 50 0 26 122 16 54 107 63
Binary 11011011 10101010 101000 0 10110 1010010 1110 101100 1000111 110011

Color Harmonies of #DBAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA28

Black with #DBAA28

Text Example


Text Example

White with #DBAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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