Html Css Color HEX #D5AB41 Metallic Gold

📋 copy color: '#D5AB41'

red 213 ◦ green 171 ◦ blue 65

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

Shades of Metallic Gold #D5AB41

Tints of Metallic Gold #D5AB41

RGB

 RED value IS 213 (83.59% from 255) = 47.44%

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

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

R = 47.44%
G = 38.08%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5AB41 (or 0xD5AB41) is known color: Metallic Gold. HEX triplet: D5, AB and 41. RGB value is (213,171,65). Sum of RGB (Red+Green+Blue) = 213+171+65=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AB41 is #2A54BE. Grayscale: #ABABAB. Windows color (decimal): -2774207 or 4303829. OLE color: 4303829.

HSL color Cylindrical-coordinate representation of color #D5AB41: hue angle of 42.97º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5AB41 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 65 -
CMYK 0 0.20 0.69 0.16
HSL 42.97º 0.64% 0.55% -
HSV(B) 42.97º 0.69% 0.84% -
XYZ 42.96 43.65 11.16 -
YUV 171.47 67.91 157.62 -
System Red Green Blue C M Y K H S L
Decimal 213 171 65 0 0.20 0.69 0.16 42.97 0.64 0.55
Hex D5 AB 41 0 14 45 10 2B 40 37
Octal 325 253 101 0 24 105 20 53 100 67
Binary 11010101 10101011 1000001 0 10100 1000101 10000 101011 1000000 110111

Color Harmonies of #D5AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB41

Black with #D5AB41

Text Example


Text Example

White with #D5AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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