Html Css Color HEX #D9AF2D Metallic Gold

📋 copy color: '#D9AF2D'

red 217 ◦ green 175 ◦ blue 45

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

Shades of Metallic Gold #D9AF2D

Tints of Metallic Gold #D9AF2D

RGB

 RED value IS 217 (85.16% from 255) = 49.66%

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

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

R = 49.66%
G = 40.05%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9AF2D (or 0xD9AF2D) is known color: Metallic Gold. HEX triplet: D9, AF and 2D. RGB value is (217,175,45). Sum of RGB (Red+Green+Blue) = 217+175+45=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF2D is #2650D2. Grayscale: #ADADAD. Windows color (decimal): -2511059 or 2994137. OLE color: 2994137.

HSL color Cylindrical-coordinate representation of color #D9AF2D: hue angle of 45.35º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9AF2D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 45 -
CMYK 0 0.19 0.79 0.15
HSL 45.35º 0.69% 0.51% -
HSV(B) 45.35º 0.79% 0.85% -
XYZ 44.42 45.6 8.94 -
YUV 172.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 217 175 45 0 0.19 0.79 0.15 45.35 0.69 0.51
Hex D9 AF 2D 0 13 4F F 2D 45 33
Octal 331 257 55 0 23 117 17 55 105 63
Binary 11011001 10101111 101101 0 10011 1001111 1111 101101 1000101 110011

Color Harmonies of #D9AF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF2D

Black with #D9AF2D

Text Example


Text Example

White with #D9AF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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