Html Css Color HEX #DAAE14 Galliano

📋 copy color: '#DAAE14'

red 218 ◦ green 174 ◦ blue 20

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

Shades of Galliano #DAAE14

Tints of Galliano #DAAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.85%

R = 52.91%
G = 42.23%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAAE14 (or 0xDAAE14) is known color: Galliano. HEX triplet: DA, AE and 14. RGB value is (218,174,20). Sum of RGB (Red+Green+Blue) = 218+174+20=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAE14 is #2551EB. Grayscale: #AAAAAA. Windows color (decimal): -2445804 or 1355482. OLE color: 1355482.

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

Color convert

RGB 218 174 20 -
CMYK 0 0.20 0.91 0.15
HSL 46.67º 0.83% 0.47% -
HSV(B) 46.67º 0.91% 0.85% -
XYZ 44.18 45.23 7.06 -
YUV 169.6 43.58 162.52 -
System Red Green Blue C M Y K H S L
Decimal 218 174 20 0 0.20 0.91 0.15 46.67 0.83 0.47
Hex DA AE 14 0 14 5B F 2F 53 2F
Octal 332 256 24 0 24 133 17 57 123 57
Binary 11011010 10101110 10100 0 10100 1011011 1111 101111 1010011 101111

Color Harmonies of #DAAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE14

Black with #DAAE14

Text Example


Text Example

White with #DAAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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