Html Css Color HEX #D0A133 Metallic Gold

📋 copy color: '#D0A133'

red 208 ◦ green 161 ◦ blue 51

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

Shades of Metallic Gold #D0A133

Tints of Metallic Gold #D0A133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 51 (20.31% from 255) = 12.14%

R = 49.52%
G = 38.33%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0A133 (or 0xD0A133) is known color: Metallic Gold. HEX triplet: D0, A1 and 33. RGB value is (208,161,51). Sum of RGB (Red+Green+Blue) = 208+161+51=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A133 is #2F5ECC. Grayscale: #A3A3A3. Windows color (decimal): -3104461 or 3383760. OLE color: 3383760.

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

Color convert

RGB 208 161 51 -
CMYK 0 0.23 0.75 0.18
HSL 42.04º 0.63% 0.51% -
HSV(B) 42.04º 0.75% 0.82% -
XYZ 39.35 39.14 8.61 -
YUV 162.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 208 161 51 0 0.23 0.75 0.18 42.04 0.63 0.51
Hex D0 A1 33 0 17 4B 12 2A 3F 33
Octal 320 241 63 0 27 113 22 52 77 63
Binary 11010000 10100001 110011 0 10111 1001011 10010 101010 111111 110011

Color Harmonies of #D0A133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A133

Black with #D0A133

Text Example


Text Example

White with #D0A133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A133; }

 p { color: rgb(208,161,51); }

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

background-color css

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

 a { background-color: rgb(208,161,51); }

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

border-color css

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

 span { border-color: rgb(208,161,51); }

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