Html Css Color HEX #DAA222 Galliano

📋 copy color: '#DAA222'

red 218 ◦ green 162 ◦ blue 34

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

Shades of Galliano #DAA222

Tints of Galliano #DAA222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.21%

R = 52.66%
G = 39.13%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAA222 (or 0xDAA222) is known color: Galliano. HEX triplet: DA, A2 and 22. RGB value is (218,162,34). Sum of RGB (Red+Green+Blue) = 218+162+34=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA222 is #255DDD. Grayscale: #A4A4A4. Windows color (decimal): -2448862 or 2269914. OLE color: 2269914.

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

Color convert

RGB 218 162 34 -
CMYK 0 0.26 0.84 0.15
HSL 41.74º 0.73% 0.49% -
HSV(B) 41.74º 0.84% 0.85% -
XYZ 42.12 40.86 7.18 -
YUV 164.15 54.55 166.41 -
System Red Green Blue C M Y K H S L
Decimal 218 162 34 0 0.26 0.84 0.15 41.74 0.73 0.49
Hex DA A2 22 0 1A 54 F 2A 49 31
Octal 332 242 42 0 32 124 17 52 111 61
Binary 11011010 10100010 100010 0 11010 1010100 1111 101010 1001001 110001

Color Harmonies of #DAA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA222

Black with #DAA222

Text Example


Text Example

White with #DAA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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