Html Css Color HEX #DAAA15 Galliano

📋 copy color: '#DAAA15'

red 218 ◦ green 170 ◦ blue 21

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

Shades of Galliano #DAAA15

Tints of Galliano #DAAA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 53.3%
G = 41.56%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAAA15 (or 0xDAAA15) is known color: Galliano. HEX triplet: DA, AA and 15. RGB value is (218,170,21). Sum of RGB (Red+Green+Blue) = 218+170+21=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA15 is #2555EA. Grayscale: #A8A8A8. Windows color (decimal): -2446827 or 1419994. OLE color: 1419994.

HSL color Cylindrical-coordinate representation of color #DAAA15: hue angle of 45.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAAA15 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 21 -
CMYK 0 0.22 0.90 0.15
HSL 45.38º 0.82% 0.47% -
HSV(B) 45.38º 0.9% 0.85% -
XYZ 43.42 43.71 6.86 -
YUV 167.37 45.4 164.12 -
System Red Green Blue C M Y K H S L
Decimal 218 170 21 0 0.22 0.90 0.15 45.38 0.82 0.47
Hex DA AA 15 0 16 5A F 2D 52 2F
Octal 332 252 25 0 26 132 17 55 122 57
Binary 11011010 10101010 10101 0 10110 1011010 1111 101101 1010010 101111

Color Harmonies of #DAAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA15

Black with #DAAA15

Text Example


Text Example

White with #DAAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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