Html Css Color HEX #DBAA27 Galliano

📋 copy color: '#DBAA27'

red 219 ◦ green 170 ◦ blue 39

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

Shades of Galliano #DBAA27

Tints of Galliano #DBAA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.11%

R = 51.17%
G = 39.72%
B = 9.11%

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

#DBAA27 (or 0xDBAA27) is known color: Galliano. HEX triplet: DB, AA and 27. RGB value is (219,170,39). Sum of RGB (Red+Green+Blue) = 219+170+39=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA27 is #2455D8. Grayscale: #AAAAAA. Windows color (decimal): -2381273 or 2599643. OLE color: 2599643.

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

Color convert

RGB 219 170 39 -
CMYK 0 0.22 0.82 0.14
HSL 43.67º 0.71% 0.51% -
HSV(B) 43.67º 0.82% 0.86% -
XYZ 43.95 43.96 8.09 -
YUV 169.72 54.23 163.15 -
System Red Green Blue C M Y K H S L
Decimal 219 170 39 0 0.22 0.82 0.14 43.67 0.71 0.51
Hex DB AA 27 0 16 52 E 2C 47 33
Octal 333 252 47 0 26 122 16 54 107 63
Binary 11011011 10101010 100111 0 10110 1010010 1110 101100 1000111 110011

Color Harmonies of #DBAA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA27

Black with #DBAA27

Text Example


Text Example

White with #DBAA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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