Html Css Color HEX #D0AA33 Metallic Gold

📋 copy color: '#D0AA33'

red 208 ◦ green 170 ◦ blue 51

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

Shades of Metallic Gold #D0AA33

Tints of Metallic Gold #D0AA33

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

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

R = 48.48%
G = 39.63%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0AA33 (or 0xD0AA33) is known color: Metallic Gold. HEX triplet: D0, AA and 33. RGB value is (208,170,51). Sum of RGB (Red+Green+Blue) = 208+170+51=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AA33 is #2F55CC. Grayscale: #A8A8A8. Windows color (decimal): -3102157 or 3386064. OLE color: 3386064.

HSL color Cylindrical-coordinate representation of color #D0AA33: hue angle of 45.48º 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 #D0AA33 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 170 51 -
CMYK 0 0.18 0.75 0.18
HSL 45.48º 0.63% 0.51% -
HSV(B) 45.48º 0.75% 0.82% -
XYZ 40.98 42.4 9.16 -
YUV 167.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 208 170 51 0 0.18 0.75 0.18 45.48 0.63 0.51
Hex D0 AA 33 0 12 4B 12 2D 3F 33
Octal 320 252 63 0 22 113 22 55 77 63
Binary 11010000 10101010 110011 0 10010 1001011 10010 101101 111111 110011

Color Harmonies of #D0AA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AA33

Black with #D0AA33

Text Example


Text Example

White with #D0AA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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