Html Css Color HEX #D2B130 Metallic Gold

📋 copy color: '#D2B130'

red 210 ◦ green 177 ◦ blue 48

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

Shades of Metallic Gold #D2B130

Tints of Metallic Gold #D2B130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 48.28%
G = 40.69%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2B130 (or 0xD2B130) is known color: Metallic Gold. HEX triplet: D2, B1 and 30. RGB value is (210,177,48). Sum of RGB (Red+Green+Blue) = 210+177+48=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B130 is #2D4ECF. Grayscale: #ACACAC. Windows color (decimal): -2969296 or 3191250. OLE color: 3191250.

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

Color convert

RGB 210 177 48 -
CMYK 0 0.16 0.77 0.18
HSL 47.78º 0.64% 0.51% -
HSV(B) 47.78º 0.77% 0.82% -
XYZ 42.83 45.36 9.29 -
YUV 172.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 210 177 48 0 0.16 0.77 0.18 47.78 0.64 0.51
Hex D2 B1 30 0 10 4D 12 30 40 33
Octal 322 261 60 0 20 115 22 60 100 63
Binary 11010010 10110001 110000 0 10000 1001101 10010 110000 1000000 110011

Color Harmonies of #D2B130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B130

Black with #D2B130

Text Example


Text Example

White with #D2B130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B130; }

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

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

background-color css

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

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

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

border-color css

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

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

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