Html Css Color HEX #D4A742 Metallic Gold

📋 copy color: '#D4A742'

red 212 ◦ green 167 ◦ blue 66

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

Shades of Metallic Gold #D4A742

Tints of Metallic Gold #D4A742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.53%

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

R = 47.64%
G = 37.53%
B = 14.83%

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

#D4A742 (or 0xD4A742) is known color: Metallic Gold. HEX triplet: D4, A7 and 42. RGB value is (212,167,66). Sum of RGB (Red+Green+Blue) = 212+167+66=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A742 is #2B58BD. Grayscale: #A9A9A9. Windows color (decimal): -2840766 or 4368340. OLE color: 4368340.

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

Color convert

RGB 212 167 66 -
CMYK 0 0.21 0.69 0.17
HSL 41.51º 0.63% 0.55% -
HSV(B) 41.51º 0.69% 0.83% -
XYZ 41.95 42.03 11.06 -
YUV 168.94 69.91 158.71 -
System Red Green Blue C M Y K H S L
Decimal 212 167 66 0 0.21 0.69 0.17 41.51 0.63 0.55
Hex D4 A7 42 0 15 45 11 2A 3F 37
Octal 324 247 102 0 25 105 21 52 77 67
Binary 11010100 10100111 1000010 0 10101 1000101 10001 101010 111111 110111

Color Harmonies of #D4A742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A742

Black with #D4A742

Text Example


Text Example

White with #D4A742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A742; }

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

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

background-color css

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

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

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

border-color css

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

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

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