Html Css Color HEX #DBAA29 Galliano

📋 copy color: '#DBAA29'

red 219 ◦ green 170 ◦ blue 41

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

Shades of Galliano #DBAA29

Tints of Galliano #DBAA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.53%

R = 50.93%
G = 39.53%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DBAA29 (or 0xDBAA29) is known color: Galliano. HEX triplet: DB, AA and 29. RGB value is (219,170,41). Sum of RGB (Red+Green+Blue) = 219+170+41=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA29 is #2455D6. Grayscale: #AAAAAA. Windows color (decimal): -2381271 or 2730715. OLE color: 2730715.

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

Color convert

RGB 219 170 41 -
CMYK 0 0.22 0.81 0.14
HSL 43.48º 0.71% 0.51% -
HSV(B) 43.48º 0.81% 0.86% -
XYZ 43.99 43.97 8.27 -
YUV 169.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 219 170 41 0 0.22 0.81 0.14 43.48 0.71 0.51
Hex DB AA 29 0 16 51 E 2B 47 33
Octal 333 252 51 0 26 121 16 53 107 63
Binary 11011011 10101010 101001 0 10110 1010001 1110 101011 1000111 110011

Color Harmonies of #DBAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA29

Black with #DBAA29

Text Example


Text Example

White with #DBAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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