Html Css Color HEX #D2B039 Metallic Gold

📋 copy color: '#D2B039'

red 210 ◦ green 176 ◦ blue 57

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

Shades of Metallic Gold #D2B039

Tints of Metallic Gold #D2B039

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.73%

 BLUE value IS 57 (22.66% from 255) = 12.87%

R = 47.4%
G = 39.73%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2B039 (or 0xD2B039) is known color: Metallic Gold. HEX triplet: D2, B0 and 39. RGB value is (210,176,57). Sum of RGB (Red+Green+Blue) = 210+176+57=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B039 is #2D4FC6. Grayscale: #ADADAD. Windows color (decimal): -2969543 or 3780818. OLE color: 3780818.

HSL color Cylindrical-coordinate representation of color #D2B039: hue angle of 46.67º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2B039 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 57 -
CMYK 0 0.16 0.73 0.18
HSL 46.67º 0.63% 0.52% -
HSV(B) 46.67º 0.73% 0.82% -
XYZ 42.84 45.05 10.31 -
YUV 172.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 210 176 57 0 0.16 0.73 0.18 46.67 0.63 0.52
Hex D2 B0 39 0 10 49 12 2F 3F 34
Octal 322 260 71 0 20 111 22 57 77 64
Binary 11010010 10110000 111001 0 10000 1001001 10010 101111 111111 110100

Color Harmonies of #D2B039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B039

Black with #D2B039

Text Example


Text Example

White with #D2B039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B039; }

 p { color: rgb(210,176,57); }

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

background-color css

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

 a { background-color: rgb(210,176,57); }

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

border-color css

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

 span { border-color: rgb(210,176,57); }

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