Html Css Color HEX #D2B52E Metallic Gold

📋 copy color: '#D2B52E'

red 210 ◦ green 181 ◦ blue 46

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

Shades of Metallic Gold #D2B52E

Tints of Metallic Gold #D2B52E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

 BLUE value IS 46 (18.36% from 255) = 10.53%

R = 48.05%
G = 41.42%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2B52E (or 0xD2B52E) is known color: Metallic Gold. HEX triplet: D2, B5 and 2E. RGB value is (210,181,46). Sum of RGB (Red+Green+Blue) = 210+181+46=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B52E is #2D4AD1. Grayscale: #AEAEAE. Windows color (decimal): -2968274 or 3061202. OLE color: 3061202.

HSL color Cylindrical-coordinate representation of color #D2B52E: hue angle of 49.39º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2B52E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 181 46 -
CMYK 0 0.14 0.78 0.18
HSL 49.39º 0.65% 0.5% -
HSV(B) 49.39º 0.78% 0.82% -
XYZ 43.6 46.95 9.35 -
YUV 174.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 210 181 46 0 0.14 0.78 0.18 49.39 0.65 0.5
Hex D2 B5 2E 0 E 4E 12 31 41 32
Octal 322 265 56 0 16 116 22 61 101 62
Binary 11010010 10110101 101110 0 1110 1001110 10010 110001 1000001 110010

Color Harmonies of #D2B52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B52E

Black with #D2B52E

Text Example


Text Example

White with #D2B52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B52E; }

 p { color: rgb(210,181,46); }

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

background-color css

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

 a { background-color: rgb(210,181,46); }

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

border-color css

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

 span { border-color: rgb(210,181,46); }

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