Html Css Color HEX #D9A615 Galliano

📋 copy color: '#D9A615'

red 217 ◦ green 166 ◦ blue 21

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

Shades of Galliano #D9A615

Tints of Galliano #D9A615

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.09%

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

R = 53.71%
G = 41.09%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9A615 (or 0xD9A615) is known color: Galliano. HEX triplet: D9, A6 and 15. RGB value is (217,166,21). Sum of RGB (Red+Green+Blue) = 217+166+21=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A615 is #2659EA. Grayscale: #A5A5A5. Windows color (decimal): -2513387 or 1418969. OLE color: 1418969.

HSL color Cylindrical-coordinate representation of color #D9A615: hue angle of 44.39º 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 #D9A615 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 166 21 -
CMYK 0 0.24 0.90 0.15
HSL 44.39º 0.82% 0.47% -
HSV(B) 44.39º 0.9% 0.85% -
XYZ 42.39 42.08 6.6 -
YUV 164.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 217 166 21 0 0.24 0.90 0.15 44.39 0.82 0.47
Hex D9 A6 15 0 18 5A F 2C 52 2F
Octal 331 246 25 0 30 132 17 54 122 57
Binary 11011001 10100110 10101 0 11000 1011010 1111 101100 1010010 101111

Color Harmonies of #D9A615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A615

Black with #D9A615

Text Example


Text Example

White with #D9A615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A615; }

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

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

background-color css

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

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

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

border-color css

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

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

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