Html Css Color HEX #D1AD25 Galliano

📋 copy color: '#D1AD25'

red 209 ◦ green 173 ◦ blue 37

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

Shades of Galliano #D1AD25

Tints of Galliano #D1AD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.83%

R = 49.88%
G = 41.29%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D1AD25 (or 0xD1AD25) is known color: Galliano. HEX triplet: D1, AD and 25. RGB value is (209,173,37). Sum of RGB (Red+Green+Blue) = 209+173+37=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD25 is #2E52DA. Grayscale: #A8A8A8. Windows color (decimal): -3035867 or 2469329. OLE color: 2469329.

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

Color convert

RGB 209 173 37 -
CMYK 0 0.17 0.82 0.18
HSL 47.44º 0.7% 0.48% -
HSV(B) 47.44º 0.82% 0.82% -
XYZ 41.57 43.58 7.97 -
YUV 168.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 209 173 37 0 0.17 0.82 0.18 47.44 0.7 0.48
Hex D1 AD 25 0 11 52 12 2F 46 30
Octal 321 255 45 0 21 122 22 57 106 60
Binary 11010001 10101101 100101 0 10001 1010010 10010 101111 1000110 110000

Color Harmonies of #D1AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD25

Black with #D1AD25

Text Example


Text Example

White with #D1AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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