Html Css Color HEX #D0A333 Metallic Gold

📋 copy color: '#D0A333'

red 208 ◦ green 163 ◦ blue 51

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

Shades of Metallic Gold #D0A333

Tints of Metallic Gold #D0A333

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.63%

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

R = 49.29%
G = 38.63%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0A333 (or 0xD0A333) is known color: Metallic Gold. HEX triplet: D0, A3 and 33. RGB value is (208,163,51). Sum of RGB (Red+Green+Blue) = 208+163+51=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A333 is #2F5CCC. Grayscale: #A4A4A4. Windows color (decimal): -3103949 or 3384272. OLE color: 3384272.

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

Color convert

RGB 208 163 51 -
CMYK 0 0.22 0.75 0.18
HSL 42.8º 0.63% 0.51% -
HSV(B) 42.8º 0.75% 0.82% -
XYZ 39.71 39.84 8.73 -
YUV 163.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 208 163 51 0 0.22 0.75 0.18 42.8 0.63 0.51
Hex D0 A3 33 0 16 4B 12 2B 3F 33
Octal 320 243 63 0 26 113 22 53 77 63
Binary 11010000 10100011 110011 0 10110 1001011 10010 101011 111111 110011

Color Harmonies of #D0A333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A333

Black with #D0A333

Text Example


Text Example

White with #D0A333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A333; }

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

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

background-color css

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

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

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

border-color css

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

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

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