Html Css Color HEX #DAAA24 Galliano

📋 copy color: '#DAAA24'

red 218 ◦ green 170 ◦ blue 36

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

Shades of Galliano #DAAA24

Tints of Galliano #DAAA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.49%

R = 51.42%
G = 40.09%
B = 8.49%

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

#DAAA24 (or 0xDAAA24) is known color: Galliano. HEX triplet: DA, AA and 24. RGB value is (218,170,36). Sum of RGB (Red+Green+Blue) = 218+170+36=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA24 is #2555DB. Grayscale: #A9A9A9. Windows color (decimal): -2446812 or 2403034. OLE color: 2403034.

HSL color Cylindrical-coordinate representation of color #DAAA24: hue angle of 44.18º degrees, saturation: 0.72, 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 #DAAA24 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 36 -
CMYK 0 0.22 0.83 0.15
HSL 44.18º 0.72% 0.5% -
HSV(B) 44.18º 0.83% 0.85% -
XYZ 43.61 43.78 7.82 -
YUV 169.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 218 170 36 0 0.22 0.83 0.15 44.18 0.72 0.5
Hex DA AA 24 0 16 53 F 2C 48 32
Octal 332 252 44 0 26 123 17 54 110 62
Binary 11011010 10101010 100100 0 10110 1010011 1111 101100 1001000 110010

Color Harmonies of #DAAA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA24

Black with #DAAA24

Text Example


Text Example

White with #DAAA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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