Html Css Color HEX #D2A330 Metallic Gold

📋 copy color: '#D2A330'

red 210 ◦ green 163 ◦ blue 48

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

Shades of Metallic Gold #D2A330

Tints of Metallic Gold #D2A330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.4%

R = 49.88%
G = 38.72%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2A330 (or 0xD2A330) is known color: Metallic Gold. HEX triplet: D2, A3 and 30. RGB value is (210,163,48). Sum of RGB (Red+Green+Blue) = 210+163+48=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A330 is #2D5CCF. Grayscale: #A4A4A4. Windows color (decimal): -2972880 or 3187666. OLE color: 3187666.

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

Color convert

RGB 210 163 48 -
CMYK 0 0.22 0.77 0.18
HSL 42.59º 0.64% 0.51% -
HSV(B) 42.59º 0.77% 0.82% -
XYZ 40.21 40.11 8.42 -
YUV 163.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 210 163 48 0 0.22 0.77 0.18 42.59 0.64 0.51
Hex D2 A3 30 0 16 4D 12 2B 40 33
Octal 322 243 60 0 26 115 22 53 100 63
Binary 11010010 10100011 110000 0 10110 1001101 10010 101011 1000000 110011

Color Harmonies of #D2A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A330

Black with #D2A330

Text Example


Text Example

White with #D2A330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A330; }

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

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

background-color css

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

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

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

border-color css

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

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

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