Html Css Color HEX #D5A534 Metallic Gold

📋 copy color: '#D5A534'

red 213 ◦ green 165 ◦ blue 52

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

Shades of Metallic Gold #D5A534

Tints of Metallic Gold #D5A534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.09%

R = 49.53%
G = 38.37%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D5A534 (or 0xD5A534) is known color: Metallic Gold. HEX triplet: D5, A5 and 34. RGB value is (213,165,52). Sum of RGB (Red+Green+Blue) = 213+165+52=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A534 is #2A5ACB. Grayscale: #A6A6A6. Windows color (decimal): -2775756 or 3450325. OLE color: 3450325.

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

Color convert

RGB 213 165 52 -
CMYK 0 0.23 0.76 0.16
HSL 42.11º 0.66% 0.52% -
HSV(B) 42.11º 0.76% 0.84% -
XYZ 41.52 41.3 9.03 -
YUV 166.47 63.4 161.19 -
System Red Green Blue C M Y K H S L
Decimal 213 165 52 0 0.23 0.76 0.16 42.11 0.66 0.52
Hex D5 A5 34 0 17 4C 10 2A 42 34
Octal 325 245 64 0 27 114 20 52 102 64
Binary 11010101 10100101 110100 0 10111 1001100 10000 101010 1000010 110100

Color Harmonies of #D5A534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A534

Black with #D5A534

Text Example


Text Example

White with #D5A534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A534; }

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

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

background-color css

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

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

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

border-color css

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

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

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