Html Css Color HEX #D2A333 Metallic Gold

📋 copy color: '#D2A333'

red 210 ◦ green 163 ◦ blue 51

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

Shades of Metallic Gold #D2A333

Tints of Metallic Gold #D2A333

RGB

 RED value IS 210 (82.42% from 255) = 49.53%

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

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

R = 49.53%
G = 38.44%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2A333 (or 0xD2A333) is known color: Metallic Gold. HEX triplet: D2, A3 and 33. RGB value is (210,163,51). Sum of RGB (Red+Green+Blue) = 210+163+51=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A333 is #2D5CCC. Grayscale: #A4A4A4. Windows color (decimal): -2972877 or 3384274. OLE color: 3384274.

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

Color convert

RGB 210 163 51 -
CMYK 0 0.22 0.76 0.18
HSL 42.26º 0.64% 0.51% -
HSV(B) 42.26º 0.76% 0.82% -
XYZ 40.27 40.14 8.76 -
YUV 164.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 210 163 51 0 0.22 0.76 0.18 42.26 0.64 0.51
Hex D2 A3 33 0 16 4C 12 2A 40 33
Octal 322 243 63 0 26 114 22 52 100 63
Binary 11010010 10100011 110011 0 10110 1001100 10010 101010 1000000 110011

Color Harmonies of #D2A333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A333

Black with #D2A333

Text Example


Text Example

White with #D2A333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A333; }

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

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

background-color css

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

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

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

border-color css

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

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

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