Html Css Color HEX #D3B034 Metallic Gold

📋 copy color: '#D3B034'

red 211 ◦ green 176 ◦ blue 52

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

Shades of Metallic Gold #D3B034

Tints of Metallic Gold #D3B034

RGB

 RED value IS 211 (82.81% from 255) = 48.06%

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

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 48.06%
G = 40.09%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D3B034 (or 0xD3B034) is known color: Metallic Gold. HEX triplet: D3, B0 and 34. RGB value is (211,176,52). Sum of RGB (Red+Green+Blue) = 211+176+52=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3B034 is #2C4FCB. Grayscale: #ACACAC. Windows color (decimal): -2904012 or 3453139. OLE color: 3453139.

HSL color Cylindrical-coordinate representation of color #D3B034: hue angle of 46.79º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3B034 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 176 52 -
CMYK 0 0.17 0.75 0.17
HSL 46.79º 0.64% 0.52% -
HSV(B) 46.79º 0.75% 0.83% -
XYZ 43.01 45.15 9.7 -
YUV 172.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 211 176 52 0 0.17 0.75 0.17 46.79 0.64 0.52
Hex D3 B0 34 0 11 4B 11 2F 40 34
Octal 323 260 64 0 21 113 21 57 100 64
Binary 11010011 10110000 110100 0 10001 1001011 10001 101111 1000000 110100

Color Harmonies of #D3B034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B034

Black with #D3B034

Text Example


Text Example

White with #D3B034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B034; }

 p { color: rgb(211,176,52); }

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

background-color css

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

 a { background-color: rgb(211,176,52); }

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

border-color css

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

 span { border-color: rgb(211,176,52); }

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