Html Css Color HEX #D1AA14 Galliano

📋 copy color: '#D1AA14'

red 209 ◦ green 170 ◦ blue 20

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

Shades of Galliano #D1AA14

Tints of Galliano #D1AA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 52.38%
G = 42.61%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1AA14 (or 0xD1AA14) is known color: Galliano. HEX triplet: D1, AA and 14. RGB value is (209,170,20). Sum of RGB (Red+Green+Blue) = 209+170+20=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AA14 is #2E55EB. Grayscale: #A5A5A5. Windows color (decimal): -3036652 or 1354449. OLE color: 1354449.

HSL color Cylindrical-coordinate representation of color #D1AA14: hue angle of 47.62º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1AA14 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 20 -
CMYK 0 0.19 0.90 0.18
HSL 47.62º 0.83% 0.45% -
HSV(B) 47.62º 0.9% 0.82% -
XYZ 40.8 42.36 6.69 -
YUV 164.56 46.42 159.7 -
System Red Green Blue C M Y K H S L
Decimal 209 170 20 0 0.19 0.90 0.18 47.62 0.83 0.45
Hex D1 AA 14 0 13 5A 12 30 53 2D
Octal 321 252 24 0 23 132 22 60 123 55
Binary 11010001 10101010 10100 0 10011 1011010 10010 110000 1010011 101101

Color Harmonies of #D1AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA14

Black with #D1AA14

Text Example


Text Example

White with #D1AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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