Html Css Color HEX #D0A940 Metallic Gold

📋 copy color: '#D0A940'

red 208 ◦ green 169 ◦ blue 64

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

Shades of Metallic Gold #D0A940

Tints of Metallic Gold #D0A940

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

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

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 47.17%
G = 38.32%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0A940 (or 0xD0A940) is known color: Metallic Gold. HEX triplet: D0, A9 and 40. RGB value is (208,169,64). Sum of RGB (Red+Green+Blue) = 208+169+64=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A940 is #2F56BF. Grayscale: #A9A9A9. Windows color (decimal): -3102400 or 4237776. OLE color: 4237776.

HSL color Cylindrical-coordinate representation of color #D0A940: hue angle of 43.75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0A940 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 169 64 -
CMYK 0 0.19 0.69 0.18
HSL 43.75º 0.61% 0.53% -
HSV(B) 43.75º 0.69% 0.82% -
XYZ 41.13 42.16 10.82 -
YUV 168.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 208 169 64 0 0.19 0.69 0.18 43.75 0.61 0.53
Hex D0 A9 40 0 13 45 12 2C 3D 35
Octal 320 251 100 0 23 105 22 54 75 65
Binary 11010000 10101001 1000000 0 10011 1000101 10010 101100 111101 110101

Color Harmonies of #D0A940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A940

Black with #D0A940

Text Example


Text Example

White with #D0A940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A940; }

 p { color: rgb(208,169,64); }

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

background-color css

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

 a { background-color: rgb(208,169,64); }

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

border-color css

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

 span { border-color: rgb(208,169,64); }

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