Html Css Color HEX #D9A618 Galliano

📋 copy color: '#D9A618'

red 217 ◦ green 166 ◦ blue 24

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

Shades of Galliano #D9A618

Tints of Galliano #D9A618

RGB

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

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

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

R = 53.32%
G = 40.79%
B = 5.9%

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

#D9A618 (or 0xD9A618) is known color: Galliano. HEX triplet: D9, A6 and 18. RGB value is (217,166,24). Sum of RGB (Red+Green+Blue) = 217+166+24=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A618 is #2659E7. Grayscale: #A5A5A5. Windows color (decimal): -2513384 or 1615577. OLE color: 1615577.

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

Color convert

RGB 217 166 24 -
CMYK 0 0.24 0.89 0.15
HSL 44.15º 0.8% 0.47% -
HSV(B) 44.15º 0.89% 0.85% -
XYZ 42.42 42.09 6.75 -
YUV 165.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 217 166 24 0 0.24 0.89 0.15 44.15 0.8 0.47
Hex D9 A6 18 0 18 59 F 2C 50 2F
Octal 331 246 30 0 30 131 17 54 120 57
Binary 11011001 10100110 11000 0 11000 1011001 1111 101100 1010000 101111

Color Harmonies of #D9A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A618

Black with #D9A618

Text Example


Text Example

White with #D9A618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A618; }

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

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

background-color css

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

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

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

border-color css

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

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

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