Html Css Color HEX #D3B133 Metallic Gold

📋 copy color: '#D3B133'

red 211 ◦ green 177 ◦ blue 51

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

Shades of Metallic Gold #D3B133

Tints of Metallic Gold #D3B133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.62%

R = 48.06%
G = 40.32%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D3B133 (or 0xD3B133) is known color: Metallic Gold. HEX triplet: D3, B1 and 33. RGB value is (211,177,51). Sum of RGB (Red+Green+Blue) = 211+177+51=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3B133 is #2C4ECC. Grayscale: #ADADAD. Windows color (decimal): -2903757 or 3387859. OLE color: 3387859.

HSL color Cylindrical-coordinate representation of color #D3B133: hue angle of 47.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3B133 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 177 51 -
CMYK 0 0.16 0.76 0.17
HSL 47.25º 0.65% 0.51% -
HSV(B) 47.25º 0.76% 0.83% -
XYZ 43.18 45.53 9.64 -
YUV 172.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 211 177 51 0 0.16 0.76 0.17 47.25 0.65 0.51
Hex D3 B1 33 0 10 4C 11 2F 41 33
Octal 323 261 63 0 20 114 21 57 101 63
Binary 11010011 10110001 110011 0 10000 1001100 10001 101111 1000001 110011

Color Harmonies of #D3B133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B133

Black with #D3B133

Text Example


Text Example

White with #D3B133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B133; }

 p { color: rgb(211,177,51); }

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

background-color css

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

 a { background-color: rgb(211,177,51); }

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

border-color css

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

 span { border-color: rgb(211,177,51); }

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