Html Css Color HEX #D1AF25 Galliano

📋 copy color: '#D1AF25'

red 209 ◦ green 175 ◦ blue 37

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

Shades of Galliano #D1AF25

Tints of Galliano #D1AF25

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

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

R = 49.64%
G = 41.57%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D1AF25 (or 0xD1AF25) is known color: Galliano. HEX triplet: D1, AF and 25. RGB value is (209,175,37). Sum of RGB (Red+Green+Blue) = 209+175+37=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF25 is #2E50DA. Grayscale: #AAAAAA. Windows color (decimal): -3035355 or 2469841. OLE color: 2469841.

HSL color Cylindrical-coordinate representation of color #D1AF25: hue angle of 48.14º 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 #D1AF25 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 37 -
CMYK 0 0.16 0.82 0.18
HSL 48.14º 0.7% 0.48% -
HSV(B) 48.14º 0.82% 0.82% -
XYZ 41.96 44.35 8.1 -
YUV 169.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 209 175 37 0 0.16 0.82 0.18 48.14 0.7 0.48
Hex D1 AF 25 0 10 52 12 30 46 30
Octal 321 257 45 0 20 122 22 60 106 60
Binary 11010001 10101111 100101 0 10000 1010010 10010 110000 1000110 110000

Color Harmonies of #D1AF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF25

Black with #D1AF25

Text Example


Text Example

White with #D1AF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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