Html Css Color HEX #D1A635 Metallic Gold

📋 copy color: '#D1A635'

red 209 ◦ green 166 ◦ blue 53

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

Shades of Metallic Gold #D1A635

Tints of Metallic Gold #D1A635

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 48.83%
G = 38.79%
B = 12.38%

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

#D1A635 (or 0xD1A635) is known color: Metallic Gold. HEX triplet: D1, A6 and 35. RGB value is (209,166,53). Sum of RGB (Red+Green+Blue) = 209+166+53=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A635 is #2E59CA. Grayscale: #A6A6A6. Windows color (decimal): -3037643 or 3516113. OLE color: 3516113.

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

Color convert

RGB 209 166 53 -
CMYK 0 0.21 0.75 0.18
HSL 43.46º 0.63% 0.51% -
HSV(B) 43.46º 0.75% 0.82% -
XYZ 40.57 41.08 9.16 -
YUV 165.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 209 166 53 0 0.21 0.75 0.18 43.46 0.63 0.51
Hex D1 A6 35 0 15 4B 12 2B 3F 33
Octal 321 246 65 0 25 113 22 53 77 63
Binary 11010001 10100110 110101 0 10101 1001011 10010 101011 111111 110011

Color Harmonies of #D1A635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A635

Black with #D1A635

Text Example


Text Example

White with #D1A635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A635; }

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

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

background-color css

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

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

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

border-color css

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

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

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