Html Css Color HEX #D9A518 Galliano

📋 copy color: '#D9A518'

red 217 ◦ green 165 ◦ blue 24

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

Shades of Galliano #D9A518

Tints of Galliano #D9A518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.64%

 BLUE value IS 24 (9.77% from 255) = 5.91%

R = 53.45%
G = 40.64%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9A518 (or 0xD9A518) is known color: Galliano. HEX triplet: D9, A5 and 18. RGB value is (217,165,24). Sum of RGB (Red+Green+Blue) = 217+165+24=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A518 is #265AE7. Grayscale: #A5A5A5. Windows color (decimal): -2513640 or 1615321. OLE color: 1615321.

HSL color Cylindrical-coordinate representation of color #D9A518: hue angle of 43.83º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9A518 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 165 24 -
CMYK 0 0.24 0.89 0.15
HSL 43.83º 0.8% 0.47% -
HSV(B) 43.83º 0.89% 0.85% -
XYZ 42.24 41.73 6.69 -
YUV 164.47 48.73 165.46 -
System Red Green Blue C M Y K H S L
Decimal 217 165 24 0 0.24 0.89 0.15 43.83 0.8 0.47
Hex D9 A5 18 0 18 59 F 2C 50 2F
Octal 331 245 30 0 30 131 17 54 120 57
Binary 11011001 10100101 11000 0 11000 1011001 1111 101100 1010000 101111

Color Harmonies of #D9A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A518

Black with #D9A518

Text Example


Text Example

White with #D9A518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A518; }

 p { color: rgb(217,165,24); }

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

background-color css

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

 a { background-color: rgb(217,165,24); }

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

border-color css

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

 span { border-color: rgb(217,165,24); }

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