Html Css Color HEX #DAAA28 Galliano

📋 copy color: '#DAAA28'

red 218 ◦ green 170 ◦ blue 40

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

Shades of Galliano #DAAA28

Tints of Galliano #DAAA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.35%

R = 50.93%
G = 39.72%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAAA28 (or 0xDAAA28) is known color: Galliano. HEX triplet: DA, AA and 28. RGB value is (218,170,40). Sum of RGB (Red+Green+Blue) = 218+170+40=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA28 is #2555D7. Grayscale: #AAAAAA. Windows color (decimal): -2446808 or 2665178. OLE color: 2665178.

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

Color convert

RGB 218 170 40 -
CMYK 0 0.22 0.82 0.15
HSL 43.82º 0.71% 0.51% -
HSV(B) 43.82º 0.82% 0.85% -
XYZ 43.67 43.81 8.16 -
YUV 169.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 218 170 40 0 0.22 0.82 0.15 43.82 0.71 0.51
Hex DA AA 28 0 16 52 F 2C 47 33
Octal 332 252 50 0 26 122 17 54 107 63
Binary 11011010 10101010 101000 0 10110 1010010 1111 101100 1000111 110011

Color Harmonies of #DAAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA28

Black with #DAAA28

Text Example


Text Example

White with #DAAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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