#DCB23B

Color #DCB23B Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #DCB23B

Tints of Metallic Gold #DCB23B

Color information

#DCB23B (or 0xDCB23B) is unknown color: approx Metallic Gold. HEX triplet: DC, B2 and 3B. RGB value is (220,178,59). Sum of RGB (Red+Green+Blue) = 220+178+59=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB23B is #234DC4. Grayscale: #B1B1B1. Windows color (decimal): -2313669 or 3912412. OLE color: 3912412.

HSL color Cylindrical-coordinate representation of color #DCB23B: hue angle of 44.35º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCB23B is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB22017859-
CMYK00.190.730.14
HSL44.35º69.7%54.71%-
HSV(B)44.35º73.18%86.27%-
XYZ46.2347.3710.85-
YUV176.9961.41158.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.14%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 59 (23.44% from 255) = 12.91%
R=48.14%
G=38.95%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201785900.190.730.1444.3569.754.71
HexDCB23B01349E2c4637
Octal33426273023111165410667
Binary1101110010110010111011010011100100111101011001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB23B; }

 p { color: rgb(220,178,59); }

 H1.HeaderClassName
 {
   color: #DCB23B;
 }
 .AnyTagClassName
 {
   color: #DCB23B;
 }
</style>
background-color css

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

 a { background-color: rgb(220,178,59); }

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

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

 span { border-color: rgb(220,178,59); }

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