Html Css Color HEX #D1A521 Galliano

📋 copy color: '#D1A521'

red 209 ◦ green 165 ◦ blue 33

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

Shades of Galliano #D1A521

Tints of Galliano #D1A521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.11%

R = 51.35%
G = 40.54%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1A521 (or 0xD1A521) is known color: Galliano. HEX triplet: D1, A5 and 21. RGB value is (209,165,33). Sum of RGB (Red+Green+Blue) = 209+165+33=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A521 is #2E5ADE. Grayscale: #A3A3A3. Windows color (decimal): -3037919 or 2205137. OLE color: 2205137.

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

Color convert

RGB 209 165 33 -
CMYK 0 0.21 0.84 0.18
HSL 45º 0.73% 0.47% -
HSV(B) 45º 0.84% 0.82% -
XYZ 40.02 40.58 7.16 -
YUV 163.11 54.58 160.73 -
System Red Green Blue C M Y K H S L
Decimal 209 165 33 0 0.21 0.84 0.18 45 0.73 0.47
Hex D1 A5 21 0 15 54 12 2D 49 2F
Octal 321 245 41 0 25 124 22 55 111 57
Binary 11010001 10100101 100001 0 10101 1010100 10010 101101 1001001 101111

Color Harmonies of #D1A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A521

Black with #D1A521

Text Example


Text Example

White with #D1A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A521; }

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

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

background-color css

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

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

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

border-color css

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

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

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