Html Css Color HEX #D9A935 Metallic Gold

📋 copy color: '#D9A935'

red 217 ◦ green 169 ◦ blue 53

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

Shades of Metallic Gold #D9A935

Tints of Metallic Gold #D9A935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 53 (21.09% from 255) = 12.07%

R = 49.43%
G = 38.5%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9A935 (or 0xD9A935) is known color: Metallic Gold. HEX triplet: D9, A9 and 35. RGB value is (217,169,53). Sum of RGB (Red+Green+Blue) = 217+169+53=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A935 is #2656CA. Grayscale: #AAAAAA. Windows color (decimal): -2512587 or 3516889. OLE color: 3516889.

HSL color Cylindrical-coordinate representation of color #D9A935: hue angle of 42.44º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9A935 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 169 53 -
CMYK 0 0.22 0.76 0.15
HSL 42.44º 0.68% 0.53% -
HSV(B) 42.44º 0.76% 0.85% -
XYZ 43.45 43.38 9.45 -
YUV 170.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 217 169 53 0 0.22 0.76 0.15 42.44 0.68 0.53
Hex D9 A9 35 0 16 4C F 2A 44 35
Octal 331 251 65 0 26 114 17 52 104 65
Binary 11011001 10101001 110101 0 10110 1001100 1111 101010 1000100 110101

Color Harmonies of #D9A935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A935

Black with #D9A935

Text Example


Text Example

White with #D9A935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A935; }

 p { color: rgb(217,169,53); }

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

background-color css

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

 a { background-color: rgb(217,169,53); }

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

border-color css

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

 span { border-color: rgb(217,169,53); }

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