Html Css Color HEX #D1A819 Galliano

📋 copy color: '#D1A819'

red 209 ◦ green 168 ◦ blue 25

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

Shades of Galliano #D1A819

Tints of Galliano #D1A819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.79%

 BLUE value IS 25 (10.16% from 255) = 6.22%

R = 51.99%
G = 41.79%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1A819 (or 0xD1A819) is known color: Galliano. HEX triplet: D1, A8 and 19. RGB value is (209,168,25). Sum of RGB (Red+Green+Blue) = 209+168+25=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A819 is #2E57E6. Grayscale: #A4A4A4. Windows color (decimal): -3037159 or 1681617. OLE color: 1681617.

HSL color Cylindrical-coordinate representation of color #D1A819: hue angle of 46.63º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1A819 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 25 -
CMYK 0 0.20 0.88 0.18
HSL 46.63º 0.79% 0.46% -
HSV(B) 46.63º 0.88% 0.82% -
XYZ 40.47 41.63 6.82 -
YUV 163.96 49.58 160.13 -
System Red Green Blue C M Y K H S L
Decimal 209 168 25 0 0.20 0.88 0.18 46.63 0.79 0.46
Hex D1 A8 19 0 14 58 12 2F 4F 2E
Octal 321 250 31 0 24 130 22 57 117 56
Binary 11010001 10101000 11001 0 10100 1011000 10010 101111 1001111 101110

Color Harmonies of #D1A819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A819

Black with #D1A819

Text Example


Text Example

White with #D1A819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A819; }

 p { color: rgb(209,168,25); }

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

background-color css

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

 a { background-color: rgb(209,168,25); }

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

border-color css

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

 span { border-color: rgb(209,168,25); }

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