Html Css Color HEX #D4A23A Metallic Gold

📋 copy color: '#D4A23A'

red 212 ◦ green 162 ◦ blue 58

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

Shades of Metallic Gold #D4A23A

Tints of Metallic Gold #D4A23A

RGB

 RED value IS 212 (83.2% from 255) = 49.07%

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

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

R = 49.07%
G = 37.5%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4A23A (or 0xD4A23A) is known color: Metallic Gold. HEX triplet: D4, A2 and 3A. RGB value is (212,162,58). Sum of RGB (Red+Green+Blue) = 212+162+58=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A23A is #2B5DC5. Grayscale: #A5A5A5. Windows color (decimal): -2842054 or 3842772. OLE color: 3842772.

HSL color Cylindrical-coordinate representation of color #D4A23A: hue angle of 40.52º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4A23A is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 58 -
CMYK 0 0.24 0.73 0.17
HSL 40.52º 0.64% 0.53% -
HSV(B) 40.52º 0.73% 0.83% -
XYZ 40.84 40.14 9.6 -
YUV 165.09 67.57 161.46 -
System Red Green Blue C M Y K H S L
Decimal 212 162 58 0 0.24 0.73 0.17 40.52 0.64 0.53
Hex D4 A2 3A 0 18 49 11 29 40 35
Octal 324 242 72 0 30 111 21 51 100 65
Binary 11010100 10100010 111010 0 11000 1001001 10001 101001 1000000 110101

Color Harmonies of #D4A23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A23A

Black with #D4A23A

Text Example


Text Example

White with #D4A23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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