Html Css Color HEX #DAAA10 Galliano

📋 copy color: '#DAAA10'

red 218 ◦ green 170 ◦ blue 16

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

Shades of Galliano #DAAA10

Tints of Galliano #DAAA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.96%

R = 53.96%
G = 42.08%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAAA10 (or 0xDAAA10) is known color: Galliano. HEX triplet: DA, AA and 10. RGB value is (218,170,16). Sum of RGB (Red+Green+Blue) = 218+170+16=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA10 is #2555EF. Grayscale: #A7A7A7. Windows color (decimal): -2446832 or 1092314. OLE color: 1092314.

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

Color convert

RGB 218 170 16 -
CMYK 0 0.22 0.93 0.15
HSL 45.74º 0.86% 0.46% -
HSV(B) 45.74º 0.93% 0.85% -
XYZ 43.38 43.69 6.64 -
YUV 166.8 42.9 164.52 -
System Red Green Blue C M Y K H S L
Decimal 218 170 16 0 0.22 0.93 0.15 45.74 0.86 0.46
Hex DA AA 10 0 16 5D F 2E 56 2E
Octal 332 252 20 0 26 135 17 56 126 56
Binary 11011010 10101010 10000 0 10110 1011101 1111 101110 1010110 101110

Color Harmonies of #DAAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA10

Black with #DAAA10

Text Example


Text Example

White with #DAAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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