Html Css Color HEX #D0A831 Metallic Gold

📋 copy color: '#D0A831'

red 208 ◦ green 168 ◦ blue 49

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

Shades of Metallic Gold #D0A831

Tints of Metallic Gold #D0A831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.53%

R = 48.94%
G = 39.53%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D0A831 (or 0xD0A831) is known color: Metallic Gold. HEX triplet: D0, A8 and 31. RGB value is (208,168,49). Sum of RGB (Red+Green+Blue) = 208+168+49=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A831 is #2F57CE. Grayscale: #A6A6A6. Windows color (decimal): -3102671 or 3254480. OLE color: 3254480.

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

Color convert

RGB 208 168 49 -
CMYK 0 0.19 0.76 0.18
HSL 44.91º 0.63% 0.5% -
HSV(B) 44.91º 0.76% 0.82% -
XYZ 40.57 41.64 8.8 -
YUV 166.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 208 168 49 0 0.19 0.76 0.18 44.91 0.63 0.5
Hex D0 A8 31 0 13 4C 12 2D 3F 32
Octal 320 250 61 0 23 114 22 55 77 62
Binary 11010000 10101000 110001 0 10011 1001100 10010 101101 111111 110010

Color Harmonies of #D0A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A831

Black with #D0A831

Text Example


Text Example

White with #D0A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A831; }

 p { color: rgb(208,168,49); }

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

background-color css

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

 a { background-color: rgb(208,168,49); }

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

border-color css

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

 span { border-color: rgb(208,168,49); }

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