Html Css Color HEX #D1A239 Metallic Gold

📋 copy color: '#D1A239'

red 209 ◦ green 162 ◦ blue 57

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

Shades of Metallic Gold #D1A239

Tints of Metallic Gold #D1A239

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 57 (22.66% from 255) = 13.32%

R = 48.83%
G = 37.85%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D1A239 (or 0xD1A239) is known color: Metallic Gold. HEX triplet: D1, A2 and 39. RGB value is (209,162,57). Sum of RGB (Red+Green+Blue) = 209+162+57=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A239 is #2E5DC6. Grayscale: #A4A4A4. Windows color (decimal): -3038663 or 3777233. OLE color: 3777233.

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

Color convert

RGB 209 162 57 -
CMYK 0 0.22 0.73 0.18
HSL 41.45º 0.62% 0.52% -
HSV(B) 41.45º 0.73% 0.82% -
XYZ 39.95 39.69 9.43 -
YUV 164.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 209 162 57 0 0.22 0.73 0.18 41.45 0.62 0.52
Hex D1 A2 39 0 16 49 12 29 3E 34
Octal 321 242 71 0 26 111 22 51 76 64
Binary 11010001 10100010 111001 0 10110 1001001 10010 101001 111110 110100

Color Harmonies of #D1A239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A239

Black with #D1A239

Text Example


Text Example

White with #D1A239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A239; }

 p { color: rgb(209,162,57); }

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

background-color css

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

 a { background-color: rgb(209,162,57); }

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

border-color css

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

 span { border-color: rgb(209,162,57); }

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