Html Css Color HEX #D1AA1D Galliano

📋 copy color: '#D1AA1D'

red 209 ◦ green 170 ◦ blue 29

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

Shades of Galliano #D1AA1D

Tints of Galliano #D1AA1D

RGB

 RED value IS 209 (82.03% from 255) = 51.23%

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

 BLUE value IS 29 (11.72% from 255) = 7.11%

R = 51.23%
G = 41.67%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1AA1D (or 0xD1AA1D) is known color: Galliano. HEX triplet: D1, AA and 1D. RGB value is (209,170,29). Sum of RGB (Red+Green+Blue) = 209+170+29=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AA1D is #2E55E2. Grayscale: #A6A6A6. Windows color (decimal): -3036643 or 1944273. OLE color: 1944273.

HSL color Cylindrical-coordinate representation of color #D1AA1D: hue angle of 47º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1AA1D is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 29 -
CMYK 0 0.19 0.86 0.18
HSL 47º 0.76% 0.47% -
HSV(B) 47º 0.86% 0.82% -
XYZ 40.89 42.39 7.19 -
YUV 165.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 209 170 29 0 0.19 0.86 0.18 47 0.76 0.47
Hex D1 AA 1D 0 13 56 12 2F 4C 2F
Octal 321 252 35 0 23 126 22 57 114 57
Binary 11010001 10101010 11101 0 10011 1010110 10010 101111 1001100 101111

Color Harmonies of #D1AA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA1D

Black with #D1AA1D

Text Example


Text Example

White with #D1AA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA1D; }

 p { color: rgb(209,170,29); }

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

background-color css

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

 a { background-color: rgb(209,170,29); }

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

border-color css

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

 span { border-color: rgb(209,170,29); }

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