Html Css Color HEX #D1A516 Galliano

📋 copy color: '#D1A516'

red 209 ◦ green 165 ◦ blue 22

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

Shades of Galliano #D1A516

Tints of Galliano #D1A516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 22 (8.98% from 255) = 5.56%

R = 52.78%
G = 41.67%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D1A516 (or 0xD1A516) is known color: Galliano. HEX triplet: D1, A5 and 16. RGB value is (209,165,22). Sum of RGB (Red+Green+Blue) = 209+165+22=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A516 is #2E5AE9. Grayscale: #A2A2A2. Windows color (decimal): -3037930 or 1484241. OLE color: 1484241.

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

Color convert

RGB 209 165 22 -
CMYK 0 0.21 0.89 0.18
HSL 45.88º 0.81% 0.45% -
HSV(B) 45.88º 0.89% 0.82% -
XYZ 39.89 40.52 6.48 -
YUV 161.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 209 165 22 0 0.21 0.89 0.18 45.88 0.81 0.45
Hex D1 A5 16 0 15 59 12 2E 51 2D
Octal 321 245 26 0 25 131 22 56 121 55
Binary 11010001 10100101 10110 0 10101 1011001 10010 101110 1010001 101101

Color Harmonies of #D1A516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A516

Black with #D1A516

Text Example


Text Example

White with #D1A516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A516; }

 p { color: rgb(209,165,22); }

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

background-color css

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

 a { background-color: rgb(209,165,22); }

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

border-color css

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

 span { border-color: rgb(209,165,22); }

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