Html Css Color HEX #DAA225 Galliano

📋 copy color: '#DAA225'

red 218 ◦ green 162 ◦ blue 37

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

Shades of Galliano #DAA225

Tints of Galliano #DAA225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.87%

R = 52.28%
G = 38.85%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAA225 (or 0xDAA225) is known color: Galliano. HEX triplet: DA, A2 and 25. RGB value is (218,162,37). Sum of RGB (Red+Green+Blue) = 218+162+37=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA225 is #255DDA. Grayscale: #A5A5A5. Windows color (decimal): -2448859 or 2466522. OLE color: 2466522.

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

Color convert

RGB 218 162 37 -
CMYK 0 0.26 0.83 0.15
HSL 41.44º 0.71% 0.5% -
HSV(B) 41.44º 0.83% 0.85% -
XYZ 42.17 40.88 7.42 -
YUV 164.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 218 162 37 0 0.26 0.83 0.15 41.44 0.71 0.5
Hex DA A2 25 0 1A 53 F 29 47 32
Octal 332 242 45 0 32 123 17 51 107 62
Binary 11011010 10100010 100101 0 11010 1010011 1111 101001 1000111 110010

Color Harmonies of #DAA225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA225

Black with #DAA225

Text Example


Text Example

White with #DAA225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA225; }

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

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

background-color css

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

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

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

border-color css

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

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

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