Html Css Color HEX #D4A842 Metallic Gold

📋 copy color: '#D4A842'

red 212 ◦ green 168 ◦ blue 66

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

Shades of Metallic Gold #D4A842

Tints of Metallic Gold #D4A842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.67%

 BLUE value IS 66 (26.17% from 255) = 14.8%

R = 47.53%
G = 37.67%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4A842 (or 0xD4A842) is known color: Metallic Gold. HEX triplet: D4, A8 and 42. RGB value is (212,168,66). Sum of RGB (Red+Green+Blue) = 212+168+66=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A842 is #2B57BD. Grayscale: #A9A9A9. Windows color (decimal): -2840510 or 4368596. OLE color: 4368596.

HSL color Cylindrical-coordinate representation of color #D4A842: hue angle of 41.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4A842 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 66 -
CMYK 0 0.21 0.69 0.17
HSL 41.92º 0.63% 0.55% -
HSV(B) 41.92º 0.69% 0.83% -
XYZ 42.14 42.4 11.12 -
YUV 169.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 212 168 66 0 0.21 0.69 0.17 41.92 0.63 0.55
Hex D4 A8 42 0 15 45 11 2A 3F 37
Octal 324 250 102 0 25 105 21 52 77 67
Binary 11010100 10101000 1000010 0 10101 1000101 10001 101010 111111 110111

Color Harmonies of #D4A842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A842

Black with #D4A842

Text Example


Text Example

White with #D4A842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A842; }

 p { color: rgb(212,168,66); }

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

background-color css

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

 a { background-color: rgb(212,168,66); }

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

border-color css

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

 span { border-color: rgb(212,168,66); }

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