Html Css Color HEX #D9B118 Galliano

📋 copy color: '#D9B118'

red 217 ◦ green 177 ◦ blue 24

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

Shades of Galliano #D9B118

Tints of Galliano #D9B118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

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

R = 51.91%
G = 42.34%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9B118 (or 0xD9B118) is known color: Galliano. HEX triplet: D9, B1 and 18. RGB value is (217,177,24). Sum of RGB (Red+Green+Blue) = 217+177+24=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B118 is #264EE7. Grayscale: #ACACAC. Windows color (decimal): -2510568 or 1618393. OLE color: 1618393.

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

Color convert

RGB 217 177 24 -
CMYK 0 0.18 0.89 0.15
HSL 47.56º 0.8% 0.47% -
HSV(B) 47.56º 0.89% 0.85% -
XYZ 44.5 46.26 7.45 -
YUV 171.52 44.75 160.44 -
System Red Green Blue C M Y K H S L
Decimal 217 177 24 0 0.18 0.89 0.15 47.56 0.8 0.47
Hex D9 B1 18 0 12 59 F 30 50 2F
Octal 331 261 30 0 22 131 17 60 120 57
Binary 11011001 10110001 11000 0 10010 1011001 1111 110000 1010000 101111

Color Harmonies of #D9B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B118

Black with #D9B118

Text Example


Text Example

White with #D9B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B118; }

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

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

background-color css

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

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

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

border-color css

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

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

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