Html Css Color HEX #D1AB38 Metallic Gold

📋 copy color: '#D1AB38'

red 209 ◦ green 171 ◦ blue 56

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

Shades of Metallic Gold #D1AB38

Tints of Metallic Gold #D1AB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.84%

R = 47.94%
G = 39.22%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1AB38 (or 0xD1AB38) is known color: Metallic Gold. HEX triplet: D1, AB and 38. RGB value is (209,171,56). Sum of RGB (Red+Green+Blue) = 209+171+56=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 56 (22.27% from 255 or 12.84% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AB38 is #2E54C7. Grayscale: #A9A9A9. Windows color (decimal): -3036360 or 3714001. OLE color: 3714001.

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

Color convert

RGB 209 171 56 -
CMYK 0 0.18 0.73 0.18
HSL 45.1º 0.62% 0.52% -
HSV(B) 45.1º 0.73% 0.82% -
XYZ 41.57 42.97 9.84 -
YUV 169.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 209 171 56 0 0.18 0.73 0.18 45.1 0.62 0.52
Hex D1 AB 38 0 12 49 12 2D 3E 34
Octal 321 253 70 0 22 111 22 55 76 64
Binary 11010001 10101011 111000 0 10010 1001001 10010 101101 111110 110100

Color Harmonies of #D1AB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AB38

Black with #D1AB38

Text Example


Text Example

White with #D1AB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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