Html Css Color HEX #D1A23A Metallic Gold

📋 copy color: '#D1A23A'

red 209 ◦ green 162 ◦ blue 58

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

Shades of Metallic Gold #D1A23A

Tints of Metallic Gold #D1A23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.52%

R = 48.72%
G = 37.76%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1A23A (or 0xD1A23A) is known color: Metallic Gold. HEX triplet: D1, A2 and 3A. RGB value is (209,162,58). Sum of RGB (Red+Green+Blue) = 209+162+58=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A23A is #2E5DC5. Grayscale: #A4A4A4. Windows color (decimal): -3038662 or 3842769. OLE color: 3842769.

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

Color convert

RGB 209 162 58 -
CMYK 0 0.22 0.72 0.18
HSL 41.32º 0.62% 0.52% -
HSV(B) 41.32º 0.72% 0.82% -
XYZ 39.98 39.7 9.56 -
YUV 164.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 209 162 58 0 0.22 0.72 0.18 41.32 0.62 0.52
Hex D1 A2 3A 0 16 48 12 29 3E 34
Octal 321 242 72 0 26 110 22 51 76 64
Binary 11010001 10100010 111010 0 10110 1001000 10010 101001 111110 110100

Color Harmonies of #D1A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A23A

Black with #D1A23A

Text Example


Text Example

White with #D1A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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