Html Css Color HEX #DAA128 Galliano

📋 copy color: '#DAA128'

red 218 ◦ green 161 ◦ blue 40

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

Shades of Galliano #DAA128

Tints of Galliano #DAA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 52.03%
G = 38.42%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAA128 (or 0xDAA128) is known color: Galliano. HEX triplet: DA, A1 and 28. RGB value is (218,161,40). Sum of RGB (Red+Green+Blue) = 218+161+40=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA128 is #255ED7. Grayscale: #A4A4A4. Windows color (decimal): -2449112 or 2662874. OLE color: 2662874.

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

Color convert

RGB 218 161 40 -
CMYK 0 0.26 0.82 0.15
HSL 40.79º 0.71% 0.51% -
HSV(B) 40.79º 0.82% 0.85% -
XYZ 42.04 40.55 7.62 -
YUV 164.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 218 161 40 0 0.26 0.82 0.15 40.79 0.71 0.51
Hex DA A1 28 0 1A 52 F 29 47 33
Octal 332 241 50 0 32 122 17 51 107 63
Binary 11011010 10100001 101000 0 11010 1010010 1111 101001 1000111 110011

Color Harmonies of #DAA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA128

Black with #DAA128

Text Example


Text Example

White with #DAA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA128; }

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

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

background-color css

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

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

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

border-color css

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

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

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