Html Css Color HEX #DCB134 Metallic Gold

📋 copy color: '#DCB134'

red 220 ◦ green 177 ◦ blue 52

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

Shades of Metallic Gold #DCB134

Tints of Metallic Gold #DCB134

RGB

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

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

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

R = 49%
G = 39.42%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DCB134 (or 0xDCB134) is known color: Metallic Gold. HEX triplet: DC, B1 and 34. RGB value is (220,177,52). Sum of RGB (Red+Green+Blue) = 220+177+52=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB134 is #234ECB. Grayscale: #B0B0B0. Windows color (decimal): -2313932 or 3453404. OLE color: 3453404.

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

Color convert

RGB 220 177 52 -
CMYK 0 0.20 0.76 0.14
HSL 44.64º 0.71% 0.53% -
HSV(B) 44.64º 0.76% 0.86% -
XYZ 45.86 46.91 9.89 -
YUV 175.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 220 177 52 0 0.20 0.76 0.14 44.64 0.71 0.53
Hex DC B1 34 0 14 4C E 2D 47 35
Octal 334 261 64 0 24 114 16 55 107 65
Binary 11011100 10110001 110100 0 10100 1001100 1110 101101 1000111 110101

Color Harmonies of #DCB134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB134

Black with #DCB134

Text Example


Text Example

White with #DCB134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB134; }

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

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

background-color css

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

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

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

border-color css

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

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

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