Html Css Color HEX #D1A834 Metallic Gold

📋 copy color: '#D1A834'

red 209 ◦ green 168 ◦ blue 52

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

Shades of Metallic Gold #D1A834

Tints of Metallic Gold #D1A834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

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

R = 48.72%
G = 39.16%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1A834 (or 0xD1A834) is known color: Metallic Gold. HEX triplet: D1, A8 and 34. RGB value is (209,168,52). Sum of RGB (Red+Green+Blue) = 209+168+52=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A834 is #2E57CB. Grayscale: #A7A7A7. Windows color (decimal): -3037132 or 3451089. OLE color: 3451089.

HSL color Cylindrical-coordinate representation of color #D1A834: hue angle of 44.33º 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 #D1A834 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 52 -
CMYK 0 0.20 0.75 0.18
HSL 44.33º 0.63% 0.51% -
HSV(B) 44.33º 0.75% 0.82% -
XYZ 40.92 41.81 9.16 -
YUV 167.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 209 168 52 0 0.20 0.75 0.18 44.33 0.63 0.51
Hex D1 A8 34 0 14 4B 12 2C 3F 33
Octal 321 250 64 0 24 113 22 54 77 63
Binary 11010001 10101000 110100 0 10100 1001011 10010 101100 111111 110011

Color Harmonies of #D1A834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A834

Black with #D1A834

Text Example


Text Example

White with #D1A834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A834; }

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

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

background-color css

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

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

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

border-color css

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

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

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