Html Css Color HEX #D9A334 Metallic Gold

📋 copy color: '#D9A334'

red 217 ◦ green 163 ◦ blue 52

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

Shades of Metallic Gold #D9A334

Tints of Metallic Gold #D9A334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.73%

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

R = 50.23%
G = 37.73%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9A334 (or 0xD9A334) is known color: Metallic Gold. HEX triplet: D9, A3 and 34. RGB value is (217,163,52). Sum of RGB (Red+Green+Blue) = 217+163+52=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A334 is #265CCB. Grayscale: #A6A6A6. Windows color (decimal): -2514124 or 3449817. OLE color: 3449817.

HSL color Cylindrical-coordinate representation of color #D9A334: hue angle of 40.36º 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 #D9A334 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 163 52 -
CMYK 0 0.25 0.76 0.15
HSL 40.36º 0.68% 0.53% -
HSV(B) 40.36º 0.76% 0.85% -
XYZ 42.33 41.19 8.97 -
YUV 166.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 217 163 52 0 0.25 0.76 0.15 40.36 0.68 0.53
Hex D9 A3 34 0 19 4C F 28 44 35
Octal 331 243 64 0 31 114 17 50 104 65
Binary 11011001 10100011 110100 0 11001 1001100 1111 101000 1000100 110101

Color Harmonies of #D9A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A334

Black with #D9A334

Text Example


Text Example

White with #D9A334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A334; }

 p { color: rgb(217,163,52); }

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

background-color css

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

 a { background-color: rgb(217,163,52); }

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

border-color css

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

 span { border-color: rgb(217,163,52); }

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