Html Css Color HEX #D1AB19 Galliano

📋 copy color: '#D1AB19'

red 209 ◦ green 171 ◦ blue 25

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

Shades of Galliano #D1AB19

Tints of Galliano #D1AB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.22%

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

R = 51.6%
G = 42.22%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1AB19 (or 0xD1AB19) is known color: Galliano. HEX triplet: D1, AB and 19. RGB value is (209,171,25). Sum of RGB (Red+Green+Blue) = 209+171+25=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AB19 is #2E54E6. Grayscale: #A6A6A6. Windows color (decimal): -3036391 or 1682385. OLE color: 1682385.

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

Color convert

RGB 209 171 25 -
CMYK 0 0.18 0.88 0.18
HSL 47.61º 0.79% 0.46% -
HSV(B) 47.61º 0.88% 0.82% -
XYZ 41.03 42.75 7.01 -
YUV 165.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 209 171 25 0 0.18 0.88 0.18 47.61 0.79 0.46
Hex D1 AB 19 0 12 58 12 30 4F 2E
Octal 321 253 31 0 22 130 22 60 117 56
Binary 11010001 10101011 11001 0 10010 1011000 10010 110000 1001111 101110

Color Harmonies of #D1AB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB19

Black with #D1AB19

Text Example


Text Example

White with #D1AB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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