Html Css Color HEX #D1AD34 Metallic Gold

📋 copy color: '#D1AD34'

red 209 ◦ green 173 ◦ blue 52

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

Shades of Metallic Gold #D1AD34

Tints of Metallic Gold #D1AD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.98%

R = 48.16%
G = 39.86%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1AD34 (or 0xD1AD34) is known color: Metallic Gold. HEX triplet: D1, AD and 34. RGB value is (209,173,52). Sum of RGB (Red+Green+Blue) = 209+173+52=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD34 is #2E52CB. Grayscale: #AAAAAA. Windows color (decimal): -3035852 or 3452369. OLE color: 3452369.

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

Color convert

RGB 209 173 52 -
CMYK 0 0.17 0.75 0.18
HSL 46.24º 0.63% 0.51% -
HSV(B) 46.24º 0.75% 0.82% -
XYZ 41.86 43.69 9.48 -
YUV 169.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 209 173 52 0 0.17 0.75 0.18 46.24 0.63 0.51
Hex D1 AD 34 0 11 4B 12 2E 3F 33
Octal 321 255 64 0 21 113 22 56 77 63
Binary 11010001 10101101 110100 0 10001 1001011 10010 101110 111111 110011

Color Harmonies of #D1AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD34

Black with #D1AD34

Text Example


Text Example

White with #D1AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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