Html Css Color HEX #D1AD15 Galliano

📋 copy color: '#D1AD15'

red 209 ◦ green 173 ◦ blue 21

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

Shades of Galliano #D1AD15

Tints of Galliano #D1AD15

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.93%

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

R = 51.86%
G = 42.93%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D1AD15 (or 0xD1AD15) is known color: Galliano. HEX triplet: D1, AD and 15. RGB value is (209,173,21). Sum of RGB (Red+Green+Blue) = 209+173+21=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AD15 is #2E52EA. Grayscale: #A7A7A7. Windows color (decimal): -3035883 or 1420753. OLE color: 1420753.

HSL color Cylindrical-coordinate representation of color #D1AD15: hue angle of 48.51º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1AD15 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 21 -
CMYK 0 0.17 0.90 0.18
HSL 48.51º 0.82% 0.45% -
HSV(B) 48.51º 0.9% 0.82% -
XYZ 41.37 43.5 6.92 -
YUV 166.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 209 173 21 0 0.17 0.90 0.18 48.51 0.82 0.45
Hex D1 AD 15 0 11 5A 12 31 52 2D
Octal 321 255 25 0 21 132 22 61 122 55
Binary 11010001 10101101 10101 0 10001 1011010 10010 110001 1010010 101101

Color Harmonies of #D1AD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD15

Black with #D1AD15

Text Example


Text Example

White with #D1AD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD15; }

 p { color: rgb(209,173,21); }

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

background-color css

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

 a { background-color: rgb(209,173,21); }

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

border-color css

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

 span { border-color: rgb(209,173,21); }

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