Html Css Color HEX #D9A718 Galliano

📋 copy color: '#D9A718'

red 217 ◦ green 167 ◦ blue 24

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

Shades of Galliano #D9A718

Tints of Galliano #D9A718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

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

R = 53.19%
G = 40.93%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9A718 (or 0xD9A718) is known color: Galliano. HEX triplet: D9, A7 and 18. RGB value is (217,167,24). Sum of RGB (Red+Green+Blue) = 217+167+24=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A718 is #2658E7. Grayscale: #A6A6A6. Windows color (decimal): -2513128 or 1615833. OLE color: 1615833.

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

Color convert

RGB 217 167 24 -
CMYK 0 0.23 0.89 0.15
HSL 44.46º 0.8% 0.47% -
HSV(B) 44.46º 0.89% 0.85% -
XYZ 42.6 42.46 6.81 -
YUV 165.65 48.07 164.63 -
System Red Green Blue C M Y K H S L
Decimal 217 167 24 0 0.23 0.89 0.15 44.46 0.8 0.47
Hex D9 A7 18 0 17 59 F 2C 50 2F
Octal 331 247 30 0 27 131 17 54 120 57
Binary 11011001 10100111 11000 0 10111 1011001 1111 101100 1010000 101111

Color Harmonies of #D9A718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A718

Black with #D9A718

Text Example


Text Example

White with #D9A718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A718; }

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

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

background-color css

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

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

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

border-color css

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

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

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