Html Css Color HEX #D1AE2D Metallic Gold

📋 copy color: '#D1AE2D'

red 209 ◦ green 174 ◦ blue 45

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

Shades of Metallic Gold #D1AE2D

Tints of Metallic Gold #D1AE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.65%

 BLUE value IS 45 (17.97% from 255) = 10.51%

R = 48.83%
G = 40.65%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1AE2D (or 0xD1AE2D) is known color: Metallic Gold. HEX triplet: D1, AE and 2D. RGB value is (209,174,45). Sum of RGB (Red+Green+Blue) = 209+174+45=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AE2D is #2E51D2. Grayscale: #AAAAAA. Windows color (decimal): -3035603 or 2993873. OLE color: 2993873.

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

Color convert

RGB 209 174 45 -
CMYK 0 0.17 0.78 0.18
HSL 47.2º 0.65% 0.5% -
HSV(B) 47.2º 0.78% 0.82% -
XYZ 41.9 44.02 8.77 -
YUV 169.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 209 174 45 0 0.17 0.78 0.18 47.2 0.65 0.5
Hex D1 AE 2D 0 11 4E 12 2F 41 32
Octal 321 256 55 0 21 116 22 57 101 62
Binary 11010001 10101110 101101 0 10001 1001110 10010 101111 1000001 110010

Color Harmonies of #D1AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE2D

Black with #D1AE2D

Text Example


Text Example

White with #D1AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE2D; }

 p { color: rgb(209,174,45); }

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

background-color css

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

 a { background-color: rgb(209,174,45); }

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

border-color css

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

 span { border-color: rgb(209,174,45); }

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