Html Css Color HEX #D1A928 Galliano

📋 copy color: '#D1A928'

red 209 ◦ green 169 ◦ blue 40

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

Shades of Galliano #D1A928

Tints of Galliano #D1A928

RGB

 RED value IS 209 (82.03% from 255) = 50%

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

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

R = 50%
G = 40.43%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D1A928 (or 0xD1A928) is known color: Galliano. HEX triplet: D1, A9 and 28. RGB value is (209,169,40). Sum of RGB (Red+Green+Blue) = 209+169+40=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A928 is #2E56D7. Grayscale: #A6A6A6. Windows color (decimal): -3036888 or 2664913. OLE color: 2664913.

HSL color Cylindrical-coordinate representation of color #D1A928: hue angle of 45.8º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1A928 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 169 40 -
CMYK 0 0.19 0.81 0.18
HSL 45.8º 0.68% 0.49% -
HSV(B) 45.8º 0.81% 0.82% -
XYZ 40.87 42.08 7.98 -
YUV 166.25 56.75 158.49 -
System Red Green Blue C M Y K H S L
Decimal 209 169 40 0 0.19 0.81 0.18 45.8 0.68 0.49
Hex D1 A9 28 0 13 51 12 2E 44 31
Octal 321 251 50 0 23 121 22 56 104 61
Binary 11010001 10101001 101000 0 10011 1010001 10010 101110 1000100 110001

Color Harmonies of #D1A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A928

Black with #D1A928

Text Example


Text Example

White with #D1A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A928; }

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

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

background-color css

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

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

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

border-color css

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

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

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