Html Css Color HEX #D4A334 Metallic Gold

📋 copy color: '#D4A334'

red 212 ◦ green 163 ◦ blue 52

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

Shades of Metallic Gold #D4A334

Tints of Metallic Gold #D4A334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.17%

 BLUE value IS 52 (20.7% from 255) = 12.18%

R = 49.65%
G = 38.17%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4A334 (or 0xD4A334) is known color: Metallic Gold. HEX triplet: D4, A3 and 34. RGB value is (212,163,52). Sum of RGB (Red+Green+Blue) = 212+163+52=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A334 is #2B5CCB. Grayscale: #A5A5A5. Windows color (decimal): -2841804 or 3449812. OLE color: 3449812.

HSL color Cylindrical-coordinate representation of color #D4A334: hue angle of 41.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4A334 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 52 -
CMYK 0 0.23 0.75 0.17
HSL 41.63º 0.65% 0.52% -
HSV(B) 41.63º 0.75% 0.83% -
XYZ 40.87 40.44 8.9 -
YUV 165 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 212 163 52 0 0.23 0.75 0.17 41.63 0.65 0.52
Hex D4 A3 34 0 17 4B 11 2A 41 34
Octal 324 243 64 0 27 113 21 52 101 64
Binary 11010100 10100011 110100 0 10111 1001011 10001 101010 1000001 110100

Color Harmonies of #D4A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A334

Black with #D4A334

Text Example


Text Example

White with #D4A334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A334; }

 p { color: rgb(212,163,52); }

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

background-color css

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

 a { background-color: rgb(212,163,52); }

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

border-color css

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

 span { border-color: rgb(212,163,52); }

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