Html Css Color HEX #D1AD30 Metallic Gold

📋 copy color: '#D1AD30'

red 209 ◦ green 173 ◦ blue 48

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

Shades of Metallic Gold #D1AD30

Tints of Metallic Gold #D1AD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.16%

R = 48.6%
G = 40.23%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1AD30 (or 0xD1AD30) is known color: Metallic Gold. HEX triplet: D1, AD and 30. RGB value is (209,173,48). Sum of RGB (Red+Green+Blue) = 209+173+48=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD30 is #2E52CF. Grayscale: #AAAAAA. Windows color (decimal): -3035856 or 3190225. OLE color: 3190225.

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

Color convert

RGB 209 173 48 -
CMYK 0 0.17 0.77 0.18
HSL 46.58º 0.64% 0.5% -
HSV(B) 46.58º 0.77% 0.82% -
XYZ 41.77 43.66 9.02 -
YUV 169.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 209 173 48 0 0.17 0.77 0.18 46.58 0.64 0.5
Hex D1 AD 30 0 11 4D 12 2F 40 32
Octal 321 255 60 0 21 115 22 57 100 62
Binary 11010001 10101101 110000 0 10001 1001101 10010 101111 1000000 110010

Color Harmonies of #D1AD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD30

Black with #D1AD30

Text Example


Text Example

White with #D1AD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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