Html Css Color HEX #DAA218 Galliano

📋 copy color: '#DAA218'

red 218 ◦ green 162 ◦ blue 24

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

Shades of Galliano #DAA218

Tints of Galliano #DAA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.1%

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 53.96%
G = 40.1%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA218 (or 0xDAA218) is known color: Galliano. HEX triplet: DA, A2 and 18. RGB value is (218,162,24). Sum of RGB (Red+Green+Blue) = 218+162+24=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA218 is #255DE7. Grayscale: #A3A3A3. Windows color (decimal): -2448872 or 1614554. OLE color: 1614554.

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

Color convert

RGB 218 162 24 -
CMYK 0 0.26 0.89 0.15
HSL 42.68º 0.8% 0.47% -
HSV(B) 42.68º 0.89% 0.85% -
XYZ 42 40.81 6.53 -
YUV 163.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 218 162 24 0 0.26 0.89 0.15 42.68 0.8 0.47
Hex DA A2 18 0 1A 59 F 2B 50 2F
Octal 332 242 30 0 32 131 17 53 120 57
Binary 11011010 10100010 11000 0 11010 1011001 1111 101011 1010000 101111

Color Harmonies of #DAA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA218

Black with #DAA218

Text Example


Text Example

White with #DAA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA218; }

 p { color: rgb(218,162,24); }

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

background-color css

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

 a { background-color: rgb(218,162,24); }

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

border-color css

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

 span { border-color: rgb(218,162,24); }

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