Html Css Color HEX #D1AB42 Metallic Gold

📋 copy color: '#D1AB42'

red 209 ◦ green 171 ◦ blue 66

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

Shades of Metallic Gold #D1AB42

Tints of Metallic Gold #D1AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

 BLUE value IS 66 (26.17% from 255) = 14.8%

R = 46.86%
G = 38.34%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D1AB42 (or 0xD1AB42) is known color: Metallic Gold. HEX triplet: D1, AB and 42. RGB value is (209,171,66). Sum of RGB (Red+Green+Blue) = 209+171+66=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB42 is #2E54BD. Grayscale: #AAAAAA. Windows color (decimal): -3036350 or 4369361. OLE color: 4369361.

HSL color Cylindrical-coordinate representation of color #D1AB42: hue angle of 44.06º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1AB42 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 171 66 -
CMYK 0 0.18 0.68 0.18
HSL 44.06º 0.61% 0.54% -
HSV(B) 44.06º 0.68% 0.82% -
XYZ 41.84 43.07 11.26 -
YUV 170.39 69.09 155.54 -
System Red Green Blue C M Y K H S L
Decimal 209 171 66 0 0.18 0.68 0.18 44.06 0.61 0.54
Hex D1 AB 42 0 12 44 12 2C 3D 36
Octal 321 253 102 0 22 104 22 54 75 66
Binary 11010001 10101011 1000010 0 10010 1000100 10010 101100 111101 110110

Color Harmonies of #D1AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB42

Black with #D1AB42

Text Example


Text Example

White with #D1AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB42; }

 p { color: rgb(209,171,66); }

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

background-color css

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

 a { background-color: rgb(209,171,66); }

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

border-color css

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

 span { border-color: rgb(209,171,66); }

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