Html Css Color HEX #D2B530 Metallic Gold

📋 copy color: '#D2B530'

red 210 ◦ green 181 ◦ blue 48

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

Shades of Metallic Gold #D2B530

Tints of Metallic Gold #D2B530

RGB

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

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

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

R = 47.84%
G = 41.23%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2B530 (or 0xD2B530) is known color: Metallic Gold. HEX triplet: D2, B5 and 30. RGB value is (210,181,48). Sum of RGB (Red+Green+Blue) = 210+181+48=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B530 is #2D4ACF. Grayscale: #AFAFAF. Windows color (decimal): -2968272 or 3192274. OLE color: 3192274.

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

Color convert

RGB 210 181 48 -
CMYK 0 0.14 0.77 0.18
HSL 49.26º 0.64% 0.51% -
HSV(B) 49.26º 0.77% 0.82% -
XYZ 43.64 46.96 9.56 -
YUV 174.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 210 181 48 0 0.14 0.77 0.18 49.26 0.64 0.51
Hex D2 B5 30 0 E 4D 12 31 40 33
Octal 322 265 60 0 16 115 22 61 100 63
Binary 11010010 10110101 110000 0 1110 1001101 10010 110001 1000000 110011

Color Harmonies of #D2B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B530

Black with #D2B530

Text Example


Text Example

White with #D2B530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B530; }

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

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

background-color css

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

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

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

border-color css

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

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

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