Html Css Color HEX #D5A832 Metallic Gold

📋 copy color: '#D5A832'

red 213 ◦ green 168 ◦ blue 50

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

Shades of Metallic Gold #D5A832

Tints of Metallic Gold #D5A832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.6%

R = 49.42%
G = 38.98%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5A832 (or 0xD5A832) is known color: Metallic Gold. HEX triplet: D5, A8 and 32. RGB value is (213,168,50). Sum of RGB (Red+Green+Blue) = 213+168+50=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A832 is #2A57CD. Grayscale: #A8A8A8. Windows color (decimal): -2774990 or 3320021. OLE color: 3320021.

HSL color Cylindrical-coordinate representation of color #D5A832: hue angle of 43.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5A832 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 50 -
CMYK 0 0.21 0.77 0.16
HSL 43.44º 0.66% 0.52% -
HSV(B) 43.44º 0.77% 0.84% -
XYZ 42.02 42.38 8.98 -
YUV 168 61.41 160.09 -
System Red Green Blue C M Y K H S L
Decimal 213 168 50 0 0.21 0.77 0.16 43.44 0.66 0.52
Hex D5 A8 32 0 15 4D 10 2B 42 34
Octal 325 250 62 0 25 115 20 53 102 64
Binary 11010101 10101000 110010 0 10101 1001101 10000 101011 1000010 110100

Color Harmonies of #D5A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A832

Black with #D5A832

Text Example


Text Example

White with #D5A832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A832; }

 p { color: rgb(213,168,50); }

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

background-color css

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

 a { background-color: rgb(213,168,50); }

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

border-color css

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

 span { border-color: rgb(213,168,50); }

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