Html Css Color HEX #D4AB41 Metallic Gold

📋 copy color: '#D4AB41'

red 212 ◦ green 171 ◦ blue 65

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

Shades of Metallic Gold #D4AB41

Tints of Metallic Gold #D4AB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 65 (25.78% from 255) = 14.51%

R = 47.32%
G = 38.17%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4AB41 (or 0xD4AB41) is known color: Metallic Gold. HEX triplet: D4, AB and 41. RGB value is (212,171,65). Sum of RGB (Red+Green+Blue) = 212+171+65=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AB41 is #2B54BE. Grayscale: #ABABAB. Windows color (decimal): -2839743 or 4303828. OLE color: 4303828.

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

Color convert

RGB 212 171 65 -
CMYK 0 0.19 0.69 0.17
HSL 43.27º 0.63% 0.54% -
HSV(B) 43.27º 0.69% 0.83% -
XYZ 42.67 43.5 11.15 -
YUV 171.18 68.08 157.12 -
System Red Green Blue C M Y K H S L
Decimal 212 171 65 0 0.19 0.69 0.17 43.27 0.63 0.54
Hex D4 AB 41 0 13 45 11 2B 3F 36
Octal 324 253 101 0 23 105 21 53 77 66
Binary 11010100 10101011 1000001 0 10011 1000101 10001 101011 111111 110110

Color Harmonies of #D4AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB41

Black with #D4AB41

Text Example


Text Example

White with #D4AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB41; }

 p { color: rgb(212,171,65); }

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

background-color css

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

 a { background-color: rgb(212,171,65); }

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

border-color css

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

 span { border-color: rgb(212,171,65); }

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