Html Css Color HEX #D1A536 Metallic Gold

📋 copy color: '#D1A536'

red 209 ◦ green 165 ◦ blue 54

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

Shades of Metallic Gold #D1A536

Tints of Metallic Gold #D1A536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.62%

R = 48.83%
G = 38.55%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D1A536 (or 0xD1A536) is known color: Metallic Gold. HEX triplet: D1, A5 and 36. RGB value is (209,165,54). Sum of RGB (Red+Green+Blue) = 209+165+54=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A536 is #2E5AC9. Grayscale: #A5A5A5. Windows color (decimal): -3037898 or 3581393. OLE color: 3581393.

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

Color convert

RGB 209 165 54 -
CMYK 0 0.21 0.74 0.18
HSL 42.97º 0.63% 0.52% -
HSV(B) 42.97º 0.74% 0.82% -
XYZ 40.42 40.73 9.22 -
YUV 165.5 65.08 159.03 -
System Red Green Blue C M Y K H S L
Decimal 209 165 54 0 0.21 0.74 0.18 42.97 0.63 0.52
Hex D1 A5 36 0 15 4A 12 2B 3F 34
Octal 321 245 66 0 25 112 22 53 77 64
Binary 11010001 10100101 110110 0 10101 1001010 10010 101011 111111 110100

Color Harmonies of #D1A536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A536

Black with #D1A536

Text Example


Text Example

White with #D1A536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A536; }

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

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

background-color css

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

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

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

border-color css

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

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

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