Html Css Color HEX #D5AF2D Metallic Gold

📋 copy color: '#D5AF2D'

red 213 ◦ green 175 ◦ blue 45

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

Shades of Metallic Gold #D5AF2D

Tints of Metallic Gold #D5AF2D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

 BLUE value IS 45 (17.97% from 255) = 10.39%

R = 49.19%
G = 40.42%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5AF2D (or 0xD5AF2D) is known color: Metallic Gold. HEX triplet: D5, AF and 2D. RGB value is (213,175,45). Sum of RGB (Red+Green+Blue) = 213+175+45=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF2D is #2A50D2. Grayscale: #ACACAC. Windows color (decimal): -2773203 or 2994133. OLE color: 2994133.

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

Color convert

RGB 213 175 45 -
CMYK 0 0.18 0.79 0.16
HSL 46.43º 0.67% 0.51% -
HSV(B) 46.43º 0.79% 0.84% -
XYZ 43.24 45 8.89 -
YUV 171.54 56.59 157.57 -
System Red Green Blue C M Y K H S L
Decimal 213 175 45 0 0.18 0.79 0.16 46.43 0.67 0.51
Hex D5 AF 2D 0 12 4F 10 2E 43 33
Octal 325 257 55 0 22 117 20 56 103 63
Binary 11010101 10101111 101101 0 10010 1001111 10000 101110 1000011 110011

Color Harmonies of #D5AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF2D

Black with #D5AF2D

Text Example


Text Example

White with #D5AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF2D; }

 p { color: rgb(213,175,45); }

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

background-color css

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

 a { background-color: rgb(213,175,45); }

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

border-color css

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

 span { border-color: rgb(213,175,45); }

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