Html Css Color HEX #D4A339 Metallic Gold

📋 copy color: '#D4A339'

red 212 ◦ green 163 ◦ blue 57

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

Shades of Metallic Gold #D4A339

Tints of Metallic Gold #D4A339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.19%

R = 49.07%
G = 37.73%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4A339 (or 0xD4A339) is known color: Metallic Gold. HEX triplet: D4, A3 and 39. RGB value is (212,163,57). Sum of RGB (Red+Green+Blue) = 212+163+57=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A339 is #2B5CC6. Grayscale: #A6A6A6. Windows color (decimal): -2841799 or 3777492. OLE color: 3777492.

HSL color Cylindrical-coordinate representation of color #D4A339: hue angle of 41.03º 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 #D4A339 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 163 57 -
CMYK 0 0.23 0.73 0.17
HSL 41.03º 0.64% 0.53% -
HSV(B) 41.03º 0.73% 0.83% -
XYZ 40.99 40.49 9.53 -
YUV 165.57 66.73 161.12 -
System Red Green Blue C M Y K H S L
Decimal 212 163 57 0 0.23 0.73 0.17 41.03 0.64 0.53
Hex D4 A3 39 0 17 49 11 29 40 35
Octal 324 243 71 0 27 111 21 51 100 65
Binary 11010100 10100011 111001 0 10111 1001001 10001 101001 1000000 110101

Color Harmonies of #D4A339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A339

Black with #D4A339

Text Example


Text Example

White with #D4A339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A339; }

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

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

background-color css

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

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

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

border-color css

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

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

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