#DCB72D

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

Shades of Gold Tips #DCB72D

Tints of Gold Tips #DCB72D

Color information

#DCB72D (or 0xDCB72D) is unknown color: approx Gold Tips. HEX triplet: DC, B7 and 2D. RGB value is (220,183,45). Sum of RGB (Red+Green+Blue) = 220+183+45=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB72D is #2348D2. Grayscale: #B2B2B2. Windows color (decimal): -2312403 or 2996188. OLE color: 2996188.

HSL color Cylindrical-coordinate representation of color #DCB72D: hue angle of 47.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCB72D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB22018345-
CMYK00.170.800.14
HSL47.31º71.43%51.96%-
HSV(B)47.31º79.55%86.27%-
XYZ46.9249.279.52-
YUV178.3352.76157.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.11%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 45 (17.97% from 255) = 10.04%
R=49.11%
G=40.85%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201834500.170.800.1447.3171.4351.96
HexDCB72D01150E2f4734
Octal33426755021120165710764
Binary1101110010110111101101010001101000011101011111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB72D; }

 p { color: rgb(220,183,45); }

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

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

 a { background-color: rgb(220,183,45); }

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

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

 span { border-color: rgb(220,183,45); }

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