Html Css Color HEX #D9AB1C Galliano

📋 copy color: '#D9AB1C'

red 217 ◦ green 171 ◦ blue 28

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

Shades of Galliano #D9AB1C

Tints of Galliano #D9AB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 52.16%
G = 41.11%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9AB1C (or 0xD9AB1C) is known color: Galliano. HEX triplet: D9, AB and 1C. RGB value is (217,171,28). Sum of RGB (Red+Green+Blue) = 217+171+28=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AB1C is #2654E3. Grayscale: #A9A9A9. Windows color (decimal): -2512100 or 1879001. OLE color: 1879001.

HSL color Cylindrical-coordinate representation of color #D9AB1C: hue angle of 45.4º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9AB1C is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 28 -
CMYK 0 0.21 0.87 0.15
HSL 45.4º 0.77% 0.48% -
HSV(B) 45.4º 0.87% 0.85% -
XYZ 43.39 43.96 7.3 -
YUV 168.45 48.74 162.63 -
System Red Green Blue C M Y K H S L
Decimal 217 171 28 0 0.21 0.87 0.15 45.4 0.77 0.48
Hex D9 AB 1C 0 15 57 F 2D 4D 30
Octal 331 253 34 0 25 127 17 55 115 60
Binary 11011001 10101011 11100 0 10101 1010111 1111 101101 1001101 110000

Color Harmonies of #D9AB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB1C

Black with #D9AB1C

Text Example


Text Example

White with #D9AB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB1C; }

 p { color: rgb(217,171,28); }

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

background-color css

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

 a { background-color: rgb(217,171,28); }

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

border-color css

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

 span { border-color: rgb(217,171,28); }

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