Html Css Color HEX #D2A23F Metallic Gold

📋 copy color: '#D2A23F'

red 210 ◦ green 162 ◦ blue 63

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

Shades of Metallic Gold #D2A23F

Tints of Metallic Gold #D2A23F

RGB

 RED value IS 210 (82.42% from 255) = 48.28%

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

 BLUE value IS 63 (25% from 255) = 14.48%

R = 48.28%
G = 37.24%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2A23F (or 0xD2A23F) is known color: Metallic Gold. HEX triplet: D2, A2 and 3F. RGB value is (210,162,63). Sum of RGB (Red+Green+Blue) = 210+162+63=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A23F is #2D5DC0. Grayscale: #A5A5A5. Windows color (decimal): -2973121 or 4170450. OLE color: 4170450.

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

Color convert

RGB 210 162 63 -
CMYK 0 0.23 0.70 0.18
HSL 40.41º 0.62% 0.54% -
HSV(B) 40.41º 0.7% 0.82% -
XYZ 40.4 39.9 10.28 -
YUV 165.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 210 162 63 0 0.23 0.70 0.18 40.41 0.62 0.54
Hex D2 A2 3F 0 17 46 12 28 3E 36
Octal 322 242 77 0 27 106 22 50 76 66
Binary 11010010 10100010 111111 0 10111 1000110 10010 101000 111110 110110

Color Harmonies of #D2A23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A23F

Black with #D2A23F

Text Example


Text Example

White with #D2A23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A23F; }

 p { color: rgb(210,162,63); }

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

background-color css

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

 a { background-color: rgb(210,162,63); }

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

border-color css

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

 span { border-color: rgb(210,162,63); }

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