Html Css Color HEX #D1A815 Galliano

📋 copy color: '#D1A815'

red 209 ◦ green 168 ◦ blue 21

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

Shades of Galliano #D1A815

Tints of Galliano #D1A815

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.21%

 BLUE value IS 21 (8.59% from 255) = 5.28%

R = 52.51%
G = 42.21%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1A815 (or 0xD1A815) is known color: Galliano. HEX triplet: D1, A8 and 15. RGB value is (209,168,21). Sum of RGB (Red+Green+Blue) = 209+168+21=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A815 is #2E57EA. Grayscale: #A4A4A4. Windows color (decimal): -3037163 or 1419473. OLE color: 1419473.

HSL color Cylindrical-coordinate representation of color #D1A815: hue angle of 46.91º degrees, saturation: 0.82, 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 #D1A815 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 21 -
CMYK 0 0.20 0.90 0.18
HSL 46.91º 0.82% 0.45% -
HSV(B) 46.91º 0.9% 0.82% -
XYZ 40.43 41.61 6.61 -
YUV 163.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 209 168 21 0 0.20 0.90 0.18 46.91 0.82 0.45
Hex D1 A8 15 0 14 5A 12 2F 52 2D
Octal 321 250 25 0 24 132 22 57 122 55
Binary 11010001 10101000 10101 0 10100 1011010 10010 101111 1010010 101101

Color Harmonies of #D1A815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A815

Black with #D1A815

Text Example


Text Example

White with #D1A815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A815; }

 p { color: rgb(209,168,21); }

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

background-color css

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

 a { background-color: rgb(209,168,21); }

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

border-color css

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

 span { border-color: rgb(209,168,21); }

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