Html Css Color HEX #D1AD39 Metallic Gold

📋 copy color: '#D1AD39'

red 209 ◦ green 173 ◦ blue 57

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

Shades of Metallic Gold #D1AD39

Tints of Metallic Gold #D1AD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.98%

R = 47.61%
G = 39.41%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1AD39 (or 0xD1AD39) is known color: Metallic Gold. HEX triplet: D1, AD and 39. RGB value is (209,173,57). Sum of RGB (Red+Green+Blue) = 209+173+57=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AD39 is #2E52C6. Grayscale: #ABABAB. Windows color (decimal): -3035847 or 3780049. OLE color: 3780049.

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

Color convert

RGB 209 173 57 -
CMYK 0 0.17 0.73 0.18
HSL 45.79º 0.62% 0.52% -
HSV(B) 45.79º 0.73% 0.82% -
XYZ 41.98 43.74 10.1 -
YUV 170.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 209 173 57 0 0.17 0.73 0.18 45.79 0.62 0.52
Hex D1 AD 39 0 11 49 12 2E 3E 34
Octal 321 255 71 0 21 111 22 56 76 64
Binary 11010001 10101101 111001 0 10001 1001001 10010 101110 111110 110100

Color Harmonies of #D1AD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD39

Black with #D1AD39

Text Example


Text Example

White with #D1AD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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