Html Css Color HEX #D9AA1E Galliano

📋 copy color: '#D9AA1E'

red 217 ◦ green 170 ◦ blue 30

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

Shades of Galliano #D9AA1E

Tints of Galliano #D9AA1E

RGB

 RED value IS 217 (85.16% from 255) = 52.04%

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

 BLUE value IS 30 (12.11% from 255) = 7.19%

R = 52.04%
G = 40.77%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9AA1E (or 0xD9AA1E) is known color: Galliano. HEX triplet: D9, AA and 1E. RGB value is (217,170,30). Sum of RGB (Red+Green+Blue) = 217+170+30=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AA1E is #2655E1. Grayscale: #A8A8A8. Windows color (decimal): -2512354 or 2009817. OLE color: 2009817.

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

Color convert

RGB 217 170 30 -
CMYK 0 0.22 0.86 0.15
HSL 44.92º 0.76% 0.48% -
HSV(B) 44.92º 0.86% 0.85% -
XYZ 43.22 43.59 7.36 -
YUV 168.09 50.07 162.88 -
System Red Green Blue C M Y K H S L
Decimal 217 170 30 0 0.22 0.86 0.15 44.92 0.76 0.48
Hex D9 AA 1E 0 16 56 F 2D 4C 30
Octal 331 252 36 0 26 126 17 55 114 60
Binary 11011001 10101010 11110 0 10110 1010110 1111 101101 1001100 110000

Color Harmonies of #D9AA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA1E

Black with #D9AA1E

Text Example


Text Example

White with #D9AA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA1E; }

 p { color: rgb(217,170,30); }

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

background-color css

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

 a { background-color: rgb(217,170,30); }

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

border-color css

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

 span { border-color: rgb(217,170,30); }

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