Html Css Color HEX #DAAE15 Galliano

📋 copy color: '#DAAE15'

red 218 ◦ green 174 ◦ blue 21

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

Shades of Galliano #DAAE15

Tints of Galliano #DAAE15

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.13%

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

R = 52.78%
G = 42.13%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAAE15 (or 0xDAAE15) is known color: Galliano. HEX triplet: DA, AE and 15. RGB value is (218,174,21). Sum of RGB (Red+Green+Blue) = 218+174+21=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAE15 is #2551EA. Grayscale: #AAAAAA. Windows color (decimal): -2445803 or 1421018. OLE color: 1421018.

HSL color Cylindrical-coordinate representation of color #DAAE15: hue angle of 46.6º 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 #DAAE15 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 174 21 -
CMYK 0 0.20 0.90 0.15
HSL 46.6º 0.82% 0.47% -
HSV(B) 46.6º 0.9% 0.85% -
XYZ 44.18 45.23 7.11 -
YUV 169.71 44.08 162.44 -
System Red Green Blue C M Y K H S L
Decimal 218 174 21 0 0.20 0.90 0.15 46.6 0.82 0.47
Hex DA AE 15 0 14 5A F 2F 52 2F
Octal 332 256 25 0 24 132 17 57 122 57
Binary 11011010 10101110 10101 0 10100 1011010 1111 101111 1010010 101111

Color Harmonies of #DAAE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE15

Black with #DAAE15

Text Example


Text Example

White with #DAAE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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