Html Css Color HEX #D2B52F Metallic Gold

📋 copy color: '#D2B52F'

red 210 ◦ green 181 ◦ blue 47

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

Shades of Metallic Gold #D2B52F

Tints of Metallic Gold #D2B52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.73%

R = 47.95%
G = 41.32%
B = 10.73%

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

#D2B52F (or 0xD2B52F) is known color: Metallic Gold. HEX triplet: D2, B5 and 2F. RGB value is (210,181,47). Sum of RGB (Red+Green+Blue) = 210+181+47=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B52F is #2D4AD0. Grayscale: #AEAEAE. Windows color (decimal): -2968273 or 3126738. OLE color: 3126738.

HSL color Cylindrical-coordinate representation of color #D2B52F: hue angle of 49.33º degrees, saturation: 0.64, 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 #D2B52F is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 181 47 -
CMYK 0 0.14 0.78 0.18
HSL 49.33º 0.64% 0.5% -
HSV(B) 49.33º 0.78% 0.82% -
XYZ 43.62 46.95 9.45 -
YUV 174.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 210 181 47 0 0.14 0.78 0.18 49.33 0.64 0.5
Hex D2 B5 2F 0 E 4E 12 31 40 32
Octal 322 265 57 0 16 116 22 61 100 62
Binary 11010010 10110101 101111 0 1110 1001110 10010 110001 1000000 110010

Color Harmonies of #D2B52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B52F

Black with #D2B52F

Text Example


Text Example

White with #D2B52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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