Html Css Color HEX #D9A838 Metallic Gold

📋 copy color: '#D9A838'

red 217 ◦ green 168 ◦ blue 56

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

Shades of Metallic Gold #D9A838

Tints of Metallic Gold #D9A838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.1%

 BLUE value IS 56 (22.27% from 255) = 12.7%

R = 49.21%
G = 38.1%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D9A838 (or 0xD9A838) is known color: Metallic Gold. HEX triplet: D9, A8 and 38. RGB value is (217,168,56). Sum of RGB (Red+Green+Blue) = 217+168+56=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A838 is #2657C7. Grayscale: #AAAAAA. Windows color (decimal): -2512840 or 3713241. OLE color: 3713241.

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

Color convert

RGB 217 168 56 -
CMYK 0 0.23 0.74 0.15
HSL 41.74º 0.68% 0.54% -
HSV(B) 41.74º 0.74% 0.85% -
XYZ 43.33 43.04 9.77 -
YUV 169.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 217 168 56 0 0.23 0.74 0.15 41.74 0.68 0.54
Hex D9 A8 38 0 17 4A F 2A 44 36
Octal 331 250 70 0 27 112 17 52 104 66
Binary 11011001 10101000 111000 0 10111 1001010 1111 101010 1000100 110110

Color Harmonies of #D9A838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A838

Black with #D9A838

Text Example


Text Example

White with #D9A838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A838; }

 p { color: rgb(217,168,56); }

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

background-color css

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

 a { background-color: rgb(217,168,56); }

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

border-color css

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

 span { border-color: rgb(217,168,56); }

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