#DCB62D

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

Shades of Gold Tips #DCB62D

Tints of Gold Tips #DCB62D

Color information

#DCB62D (or 0xDCB62D) is unknown color: approx Gold Tips. HEX triplet: DC, B6 and 2D. RGB value is (220,182,45). Sum of RGB (Red+Green+Blue) = 220+182+45=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB62D is #2349D2. Grayscale: #B2B2B2. Windows color (decimal): -2312659 or 2995932. OLE color: 2995932.

HSL color Cylindrical-coordinate representation of color #DCB62D: hue angle of 46.97º 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 #DCB62D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB22018245-
CMYK00.170.800.14
HSL46.97º71.43%51.96%-
HSV(B)46.97º79.55%86.27%-
XYZ46.7248.869.45-
YUV177.7453.09158.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.22%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 45 (17.97% from 255) = 10.07%
R=49.22%
G=40.72%
B=10.07%

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
Decimal2201824500.170.800.1446.9771.4351.96
HexDCB62D01150E2f4734
Octal33426655021120165710764
Binary1101110010110110101101010001101000011101011111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB62D; }

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

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

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

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

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

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

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

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