Html Css Color HEX #D1A23D Metallic Gold

📋 copy color: '#D1A23D'

red 209 ◦ green 162 ◦ blue 61

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

Shades of Metallic Gold #D1A23D

Tints of Metallic Gold #D1A23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.12%

R = 48.38%
G = 37.5%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1A23D (or 0xD1A23D) is known color: Metallic Gold. HEX triplet: D1, A2 and 3D. RGB value is (209,162,61). Sum of RGB (Red+Green+Blue) = 209+162+61=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A23D is #2E5DC2. Grayscale: #A4A4A4. Windows color (decimal): -3038659 or 4039377. OLE color: 4039377.

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

Color convert

RGB 209 162 61 -
CMYK 0 0.22 0.71 0.18
HSL 40.95º 0.62% 0.53% -
HSV(B) 40.95º 0.71% 0.82% -
XYZ 40.06 39.73 9.97 -
YUV 164.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 209 162 61 0 0.22 0.71 0.18 40.95 0.62 0.53
Hex D1 A2 3D 0 16 47 12 29 3E 35
Octal 321 242 75 0 26 107 22 51 76 65
Binary 11010001 10100010 111101 0 10110 1000111 10010 101001 111110 110101

Color Harmonies of #D1A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A23D

Black with #D1A23D

Text Example


Text Example

White with #D1A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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