Html Css Color HEX #D9A417 Galliano

📋 copy color: '#D9A417'

red 217 ◦ green 164 ◦ blue 23

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

Shades of Galliano #D9A417

Tints of Galliano #D9A417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.69%

R = 53.71%
G = 40.59%
B = 5.69%

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

#D9A417 (or 0xD9A417) is known color: Galliano. HEX triplet: D9, A4 and 17. RGB value is (217,164,23). Sum of RGB (Red+Green+Blue) = 217+164+23=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A417 is #265BE8. Grayscale: #A4A4A4. Windows color (decimal): -2513897 or 1549529. OLE color: 1549529.

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

Color convert

RGB 217 164 23 -
CMYK 0 0.24 0.89 0.15
HSL 43.61º 0.81% 0.47% -
HSV(B) 43.61º 0.89% 0.85% -
XYZ 42.05 41.36 6.58 -
YUV 163.77 48.56 165.96 -
System Red Green Blue C M Y K H S L
Decimal 217 164 23 0 0.24 0.89 0.15 43.61 0.81 0.47
Hex D9 A4 17 0 18 59 F 2C 51 2F
Octal 331 244 27 0 30 131 17 54 121 57
Binary 11011001 10100100 10111 0 11000 1011001 1111 101100 1010001 101111

Color Harmonies of #D9A417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A417

Black with #D9A417

Text Example


Text Example

White with #D9A417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A417; }

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

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

background-color css

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

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

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

border-color css

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

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

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