Html Css Color HEX #DAAA26 Galliano

📋 copy color: '#DAAA26'

red 218 ◦ green 170 ◦ blue 38

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

Shades of Galliano #DAAA26

Tints of Galliano #DAAA26

RGB

 RED value IS 218 (85.55% from 255) = 51.17%

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

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

R = 51.17%
G = 39.91%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAAA26 (or 0xDAAA26) is known color: Galliano. HEX triplet: DA, AA and 26. RGB value is (218,170,38). Sum of RGB (Red+Green+Blue) = 218+170+38=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA26 is #2555D9. Grayscale: #A9A9A9. Windows color (decimal): -2446810 or 2534106. OLE color: 2534106.

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

Color convert

RGB 218 170 38 -
CMYK 0 0.22 0.83 0.15
HSL 44º 0.71% 0.5% -
HSV(B) 44º 0.83% 0.85% -
XYZ 43.64 43.79 7.99 -
YUV 169.3 53.9 162.73 -
System Red Green Blue C M Y K H S L
Decimal 218 170 38 0 0.22 0.83 0.15 44 0.71 0.5
Hex DA AA 26 0 16 53 F 2C 47 32
Octal 332 252 46 0 26 123 17 54 107 62
Binary 11011010 10101010 100110 0 10110 1010011 1111 101100 1000111 110010

Color Harmonies of #DAAA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA26

Black with #DAAA26

Text Example


Text Example

White with #DAAA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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