Html Css Color HEX #D9AB15 Galliano

📋 copy color: '#D9AB15'

red 217 ◦ green 171 ◦ blue 21

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

Shades of Galliano #D9AB15

Tints of Galliano #D9AB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 53.06%
G = 41.81%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D9AB15 (or 0xD9AB15) is known color: Galliano. HEX triplet: D9, AB and 15. RGB value is (217,171,21). Sum of RGB (Red+Green+Blue) = 217+171+21=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AB15 is #2654EA. Grayscale: #A8A8A8. Windows color (decimal): -2512107 or 1420249. OLE color: 1420249.

HSL color Cylindrical-coordinate representation of color #D9AB15: hue angle of 45.92º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9AB15 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 171 21 -
CMYK 0 0.21 0.90 0.15
HSL 45.92º 0.82% 0.47% -
HSV(B) 45.92º 0.9% 0.85% -
XYZ 43.31 43.93 6.91 -
YUV 167.65 45.24 163.2 -
System Red Green Blue C M Y K H S L
Decimal 217 171 21 0 0.21 0.90 0.15 45.92 0.82 0.47
Hex D9 AB 15 0 15 5A F 2E 52 2F
Octal 331 253 25 0 25 132 17 56 122 57
Binary 11011001 10101011 10101 0 10101 1011010 1111 101110 1010010 101111

Color Harmonies of #D9AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB15

Black with #D9AB15

Text Example


Text Example

White with #D9AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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