Html Css Color HEX #D5A530 Metallic Gold

📋 copy color: '#D5A530'

red 213 ◦ green 165 ◦ blue 48

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

Shades of Metallic Gold #D5A530

Tints of Metallic Gold #D5A530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.27%

R = 50%
G = 38.73%
B = 11.27%

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

#D5A530 (or 0xD5A530) is known color: Metallic Gold. HEX triplet: D5, A5 and 30. RGB value is (213,165,48). Sum of RGB (Red+Green+Blue) = 213+165+48=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A530 is #2A5ACF. Grayscale: #A6A6A6. Windows color (decimal): -2775760 or 3188181. OLE color: 3188181.

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

Color convert

RGB 213 165 48 -
CMYK 0 0.23 0.77 0.16
HSL 42.55º 0.66% 0.51% -
HSV(B) 42.55º 0.77% 0.84% -
XYZ 41.43 41.27 8.58 -
YUV 166.01 61.4 161.51 -
System Red Green Blue C M Y K H S L
Decimal 213 165 48 0 0.23 0.77 0.16 42.55 0.66 0.51
Hex D5 A5 30 0 17 4D 10 2B 42 33
Octal 325 245 60 0 27 115 20 53 102 63
Binary 11010101 10100101 110000 0 10111 1001101 10000 101011 1000010 110011

Color Harmonies of #D5A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A530

Black with #D5A530

Text Example


Text Example

White with #D5A530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A530; }

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

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

background-color css

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

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

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

border-color css

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

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

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