Html Css Color HEX #D1A535 Metallic Gold

📋 copy color: '#D1A535'

red 209 ◦ green 165 ◦ blue 53

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

Shades of Metallic Gold #D1A535

Tints of Metallic Gold #D1A535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

 BLUE value IS 53 (21.09% from 255) = 12.41%

R = 48.95%
G = 38.64%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1A535 (or 0xD1A535) is known color: Metallic Gold. HEX triplet: D1, A5 and 35. RGB value is (209,165,53). Sum of RGB (Red+Green+Blue) = 209+165+53=427 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.95% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A535 is #2E5ACA. Grayscale: #A5A5A5. Windows color (decimal): -3037899 or 3515857. OLE color: 3515857.

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

Color convert

RGB 209 165 53 -
CMYK 0 0.21 0.75 0.18
HSL 43.08º 0.63% 0.51% -
HSV(B) 43.08º 0.75% 0.82% -
XYZ 40.39 40.72 9.1 -
YUV 165.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 209 165 53 0 0.21 0.75 0.18 43.08 0.63 0.51
Hex D1 A5 35 0 15 4B 12 2B 3F 33
Octal 321 245 65 0 25 113 22 53 77 63
Binary 11010001 10100101 110101 0 10101 1001011 10010 101011 111111 110011

Color Harmonies of #D1A535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A535

Black with #D1A535

Text Example


Text Example

White with #D1A535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A535; }

 p { color: rgb(209,165,53); }

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

background-color css

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

 a { background-color: rgb(209,165,53); }

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

border-color css

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

 span { border-color: rgb(209,165,53); }

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