Html Css Color HEX #DCB132 Metallic Gold

📋 copy color: '#DCB132'

red 220 ◦ green 177 ◦ blue 50

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

Shades of Metallic Gold #DCB132

Tints of Metallic Gold #DCB132

RGB

 RED value IS 220 (86.33% from 255) = 49.22%

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

 BLUE value IS 50 (19.92% from 255) = 11.19%

R = 49.22%
G = 39.6%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DCB132 (or 0xDCB132) is known color: Metallic Gold. HEX triplet: DC, B1 and 32. RGB value is (220,177,50). Sum of RGB (Red+Green+Blue) = 220+177+50=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB132 is #234ECD. Grayscale: #AFAFAF. Windows color (decimal): -2313934 or 3322332. OLE color: 3322332.

HSL color Cylindrical-coordinate representation of color #DCB132: hue angle of 44.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCB132 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 177 50 -
CMYK 0 0.20 0.77 0.14
HSL 44.82º 0.71% 0.53% -
HSV(B) 44.82º 0.77% 0.86% -
XYZ 45.81 46.89 9.65 -
YUV 175.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 220 177 50 0 0.20 0.77 0.14 44.82 0.71 0.53
Hex DC B1 32 0 14 4D E 2D 47 35
Octal 334 261 62 0 24 115 16 55 107 65
Binary 11011100 10110001 110010 0 10100 1001101 1110 101101 1000111 110101

Color Harmonies of #DCB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB132

Black with #DCB132

Text Example


Text Example

White with #DCB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB132; }

 p { color: rgb(220,177,50); }

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

background-color css

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

 a { background-color: rgb(220,177,50); }

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

border-color css

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

 span { border-color: rgb(220,177,50); }

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