Html Css Color HEX #D4A53C Metallic Gold

📋 copy color: '#D4A53C'

red 212 ◦ green 165 ◦ blue 60

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

Shades of Metallic Gold #D4A53C

Tints of Metallic Gold #D4A53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.76%

 BLUE value IS 60 (23.83% from 255) = 13.73%

R = 48.51%
G = 37.76%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4A53C (or 0xD4A53C) is known color: Metallic Gold. HEX triplet: D4, A5 and 3C. RGB value is (212,165,60). Sum of RGB (Red+Green+Blue) = 212+165+60=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A53C is #2B5AC3. Grayscale: #A7A7A7. Windows color (decimal): -2841284 or 3974612. OLE color: 3974612.

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

Color convert

RGB 212 165 60 -
CMYK 0 0.22 0.72 0.17
HSL 41.45º 0.64% 0.53% -
HSV(B) 41.45º 0.72% 0.83% -
XYZ 41.42 41.23 10.05 -
YUV 167.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 212 165 60 0 0.22 0.72 0.17 41.45 0.64 0.53
Hex D4 A5 3C 0 16 48 11 29 40 35
Octal 324 245 74 0 26 110 21 51 100 65
Binary 11010100 10100101 111100 0 10110 1001000 10001 101001 1000000 110101

Color Harmonies of #D4A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A53C

Black with #D4A53C

Text Example


Text Example

White with #D4A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A53C; }

 p { color: rgb(212,165,60); }

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

background-color css

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

 a { background-color: rgb(212,165,60); }

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

border-color css

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

 span { border-color: rgb(212,165,60); }

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