Html Css Color HEX #D1A13B Metallic Gold

📋 copy color: '#D1A13B'

red 209 ◦ green 161 ◦ blue 59

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

Shades of Metallic Gold #D1A13B

Tints of Metallic Gold #D1A13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 59 (23.44% from 255) = 13.75%

R = 48.72%
G = 37.53%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1A13B (or 0xD1A13B) is known color: Metallic Gold. HEX triplet: D1, A1 and 3B. RGB value is (209,161,59). Sum of RGB (Red+Green+Blue) = 209+161+59=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A13B is #2E5EC4. Grayscale: #A4A4A4. Windows color (decimal): -3038917 or 3908049. OLE color: 3908049.

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

Color convert

RGB 209 161 59 -
CMYK 0 0.23 0.72 0.18
HSL 40.8º 0.62% 0.53% -
HSV(B) 40.8º 0.72% 0.82% -
XYZ 39.83 39.36 9.64 -
YUV 163.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 209 161 59 0 0.23 0.72 0.18 40.8 0.62 0.53
Hex D1 A1 3B 0 17 48 12 29 3E 35
Octal 321 241 73 0 27 110 22 51 76 65
Binary 11010001 10100001 111011 0 10111 1001000 10010 101001 111110 110101

Color Harmonies of #D1A13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A13B

Black with #D1A13B

Text Example


Text Example

White with #D1A13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A13B; }

 p { color: rgb(209,161,59); }

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

background-color css

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

 a { background-color: rgb(209,161,59); }

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

border-color css

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

 span { border-color: rgb(209,161,59); }

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