Html Css Color HEX #D5A532 Metallic Gold

📋 copy color: '#D5A532'

red 213 ◦ green 165 ◦ blue 50

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

Shades of Metallic Gold #D5A532

Tints of Metallic Gold #D5A532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.55%

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

R = 49.77%
G = 38.55%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5A532 (or 0xD5A532) is known color: Metallic Gold. HEX triplet: D5, A5 and 32. RGB value is (213,165,50). Sum of RGB (Red+Green+Blue) = 213+165+50=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A532 is #2A5ACD. Grayscale: #A6A6A6. Windows color (decimal): -2775758 or 3319253. OLE color: 3319253.

HSL color Cylindrical-coordinate representation of color #D5A532: hue angle of 42.33º 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 #D5A532 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 50 -
CMYK 0 0.23 0.77 0.16
HSL 42.33º 0.66% 0.52% -
HSV(B) 42.33º 0.77% 0.84% -
XYZ 41.47 41.29 8.8 -
YUV 166.24 62.4 161.35 -
System Red Green Blue C M Y K H S L
Decimal 213 165 50 0 0.23 0.77 0.16 42.33 0.66 0.52
Hex D5 A5 32 0 17 4D 10 2A 42 34
Octal 325 245 62 0 27 115 20 52 102 64
Binary 11010101 10100101 110010 0 10111 1001101 10000 101010 1000010 110100

Color Harmonies of #D5A532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A532

Black with #D5A532

Text Example


Text Example

White with #D5A532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A532; }

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

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

background-color css

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

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

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

border-color css

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

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

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