Html Css Color HEX #D9A928 Galliano

📋 copy color: '#D9A928'

red 217 ◦ green 169 ◦ blue 40

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

Shades of Galliano #D9A928

Tints of Galliano #D9A928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

 BLUE value IS 40 (16.02% from 255) = 9.39%

R = 50.94%
G = 39.67%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9A928 (or 0xD9A928) is known color: Galliano. HEX triplet: D9, A9 and 28. RGB value is (217,169,40). Sum of RGB (Red+Green+Blue) = 217+169+40=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A928 is #2656D7. Grayscale: #A9A9A9. Windows color (decimal): -2512600 or 2664921. OLE color: 2664921.

HSL color Cylindrical-coordinate representation of color #D9A928: hue angle of 43.73º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9A928 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 40 -
CMYK 0 0.22 0.82 0.15
HSL 43.73º 0.7% 0.5% -
HSV(B) 43.73º 0.82% 0.85% -
XYZ 43.19 43.28 8.09 -
YUV 168.65 55.4 162.49 -
System Red Green Blue C M Y K H S L
Decimal 217 169 40 0 0.22 0.82 0.15 43.73 0.7 0.5
Hex D9 A9 28 0 16 52 F 2C 46 32
Octal 331 251 50 0 26 122 17 54 106 62
Binary 11011001 10101001 101000 0 10110 1010010 1111 101100 1000110 110010

Color Harmonies of #D9A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A928

Black with #D9A928

Text Example


Text Example

White with #D9A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A928; }

 p { color: rgb(217,169,40); }

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

background-color css

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

 a { background-color: rgb(217,169,40); }

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

border-color css

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

 span { border-color: rgb(217,169,40); }

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