Html Css Color HEX #D9A815 Galliano

📋 copy color: '#D9A815'

red 217 ◦ green 168 ◦ blue 21

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

Shades of Galliano #D9A815

Tints of Galliano #D9A815

RGB

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

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

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

R = 53.45%
G = 41.38%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9A815 (or 0xD9A815) is known color: Galliano. HEX triplet: D9, A8 and 15. RGB value is (217,168,21). Sum of RGB (Red+Green+Blue) = 217+168+21=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A815 is #2657EA. Grayscale: #A6A6A6. Windows color (decimal): -2512875 or 1419481. OLE color: 1419481.

HSL color Cylindrical-coordinate representation of color #D9A815: hue angle of 45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9A815 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 168 21 -
CMYK 0 0.23 0.90 0.15
HSL 45º 0.82% 0.47% -
HSV(B) 45º 0.9% 0.85% -
XYZ 42.75 42.81 6.72 -
YUV 165.89 46.23 164.45 -
System Red Green Blue C M Y K H S L
Decimal 217 168 21 0 0.23 0.90 0.15 45 0.82 0.47
Hex D9 A8 15 0 17 5A F 2D 52 2F
Octal 331 250 25 0 27 132 17 55 122 57
Binary 11011001 10101000 10101 0 10111 1011010 1111 101101 1010010 101111

Color Harmonies of #D9A815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A815

Black with #D9A815

Text Example


Text Example

White with #D9A815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A815; }

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

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

background-color css

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

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

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

border-color css

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

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

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