Html Css Color HEX #D2AE30 Metallic Gold

📋 copy color: '#D2AE30'

red 210 ◦ green 174 ◦ blue 48

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

Shades of Metallic Gold #D2AE30

Tints of Metallic Gold #D2AE30

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.28%

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

R = 48.61%
G = 40.28%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2AE30 (or 0xD2AE30) is known color: Metallic Gold. HEX triplet: D2, AE and 30. RGB value is (210,174,48). Sum of RGB (Red+Green+Blue) = 210+174+48=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AE30 is #2D51CF. Grayscale: #AAAAAA. Windows color (decimal): -2970064 or 3190482. OLE color: 3190482.

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

Color convert

RGB 210 174 48 -
CMYK 0 0.17 0.77 0.18
HSL 46.67º 0.64% 0.51% -
HSV(B) 46.67º 0.77% 0.82% -
XYZ 42.25 44.19 9.1 -
YUV 170.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 210 174 48 0 0.17 0.77 0.18 46.67 0.64 0.51
Hex D2 AE 30 0 11 4D 12 2F 40 33
Octal 322 256 60 0 21 115 22 57 100 63
Binary 11010010 10101110 110000 0 10001 1001101 10010 101111 1000000 110011

Color Harmonies of #D2AE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AE30

Black with #D2AE30

Text Example


Text Example

White with #D2AE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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