Html Css Color HEX #D9B018 Galliano

📋 copy color: '#D9B018'

red 217 ◦ green 176 ◦ blue 24

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

Shades of Galliano #D9B018

Tints of Galliano #D9B018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

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

R = 52.04%
G = 42.21%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D9B018 (or 0xD9B018) is known color: Galliano. HEX triplet: D9, B0 and 18. RGB value is (217,176,24). Sum of RGB (Red+Green+Blue) = 217+176+24=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9B018 is #264FE7. Grayscale: #ABABAB. Windows color (decimal): -2510824 or 1618137. OLE color: 1618137.

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

Color convert

RGB 217 176 24 -
CMYK 0 0.19 0.89 0.15
HSL 47.25º 0.8% 0.47% -
HSV(B) 47.25º 0.89% 0.85% -
XYZ 44.31 45.87 7.38 -
YUV 170.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 217 176 24 0 0.19 0.89 0.15 47.25 0.8 0.47
Hex D9 B0 18 0 13 59 F 2F 50 2F
Octal 331 260 30 0 23 131 17 57 120 57
Binary 11011001 10110000 11000 0 10011 1011001 1111 101111 1010000 101111

Color Harmonies of #D9B018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B018

Black with #D9B018

Text Example


Text Example

White with #D9B018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B018; }

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

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

background-color css

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

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

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

border-color css

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

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

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