#DCB321

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

Shades of Gold Tips #DCB321

Tints of Gold Tips #DCB321

Color information

#DCB321 (or 0xDCB321) is unknown color: approx Gold Tips. HEX triplet: DC, B3 and 21. RGB value is (220,179,33). Sum of RGB (Red+Green+Blue) = 220+179+33=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB321 is #234CDE. Grayscale: #AFAFAF. Windows color (decimal): -2313439 or 2208732. OLE color: 2208732.

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

Color convert

RGB22017933-
CMYK00.190.850.14
HSL46.84º73.91%49.61%-
HSV(B)46.84º85%86.27%-
XYZ45.9147.578.2-
YUV174.6248.08160.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.93%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 33 (13.28% from 255) = 7.64%
R=50.93%
G=41.44%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201793300.190.850.1446.8473.9149.61
HexDCB32101355E2f4a32
Octal33426341023125165711262
Binary1101110010110011100001010011101010111101011111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB321; }

 p { color: rgb(220,179,33); }

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

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

 a { background-color: rgb(220,179,33); }

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

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

 span { border-color: rgb(220,179,33); }

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