Html Css Color HEX #DBAA26 Galliano

📋 copy color: '#DBAA26'

red 219 ◦ green 170 ◦ blue 38

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

Shades of Galliano #DBAA26

Tints of Galliano #DBAA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.9%

R = 51.29%
G = 39.81%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBAA26 (or 0xDBAA26) is known color: Galliano. HEX triplet: DB, AA and 26. RGB value is (219,170,38). Sum of RGB (Red+Green+Blue) = 219+170+38=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA26 is #2455D9. Grayscale: #AAAAAA. Windows color (decimal): -2381274 or 2534107. OLE color: 2534107.

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

Color convert

RGB 219 170 38 -
CMYK 0 0.22 0.83 0.14
HSL 43.76º 0.72% 0.5% -
HSV(B) 43.76º 0.83% 0.86% -
XYZ 43.94 43.95 8 -
YUV 169.6 53.73 163.23 -
System Red Green Blue C M Y K H S L
Decimal 219 170 38 0 0.22 0.83 0.14 43.76 0.72 0.5
Hex DB AA 26 0 16 53 E 2C 48 32
Octal 333 252 46 0 26 123 16 54 110 62
Binary 11011011 10101010 100110 0 10110 1010011 1110 101100 1001000 110010

Color Harmonies of #DBAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA26

Black with #DBAA26

Text Example


Text Example

White with #DBAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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