Html Css Color HEX #D9A418 Galliano

📋 copy color: '#D9A418'

red 217 ◦ green 164 ◦ blue 24

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

Shades of Galliano #D9A418

Tints of Galliano #D9A418

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.49%

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

R = 53.58%
G = 40.49%
B = 5.93%

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

#D9A418 (or 0xD9A418) is known color: Galliano. HEX triplet: D9, A4 and 18. RGB value is (217,164,24). Sum of RGB (Red+Green+Blue) = 217+164+24=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A418 is #265BE7. Grayscale: #A4A4A4. Windows color (decimal): -2513896 or 1615065. OLE color: 1615065.

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

Color convert

RGB 217 164 24 -
CMYK 0 0.24 0.89 0.15
HSL 43.52º 0.8% 0.47% -
HSV(B) 43.52º 0.89% 0.85% -
XYZ 42.06 41.37 6.63 -
YUV 163.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 217 164 24 0 0.24 0.89 0.15 43.52 0.8 0.47
Hex D9 A4 18 0 18 59 F 2C 50 2F
Octal 331 244 30 0 30 131 17 54 120 57
Binary 11011001 10100100 11000 0 11000 1011001 1111 101100 1010000 101111

Color Harmonies of #D9A418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A418

Black with #D9A418

Text Example


Text Example

White with #D9A418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A418; }

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

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

background-color css

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

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

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

border-color css

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

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

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