Html Css Color HEX #D2AD30 Metallic Gold

📋 copy color: '#D2AD30'

red 210 ◦ green 173 ◦ blue 48

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

Shades of Metallic Gold #D2AD30

Tints of Metallic Gold #D2AD30

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

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

R = 48.72%
G = 40.14%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2AD30 (or 0xD2AD30) is known color: Metallic Gold. HEX triplet: D2, AD and 30. RGB value is (210,173,48). Sum of RGB (Red+Green+Blue) = 210+173+48=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD30 is #2D52CF. Grayscale: #AAAAAA. Windows color (decimal): -2970320 or 3190226. OLE color: 3190226.

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

Color convert

RGB 210 173 48 -
CMYK 0 0.18 0.77 0.18
HSL 46.3º 0.64% 0.51% -
HSV(B) 46.3º 0.77% 0.82% -
XYZ 42.06 43.8 9.03 -
YUV 169.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 210 173 48 0 0.18 0.77 0.18 46.3 0.64 0.51
Hex D2 AD 30 0 12 4D 12 2E 40 33
Octal 322 255 60 0 22 115 22 56 100 63
Binary 11010010 10101101 110000 0 10010 1001101 10010 101110 1000000 110011

Color Harmonies of #D2AD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD30

Black with #D2AD30

Text Example


Text Example

White with #D2AD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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