#DCB327

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

Shades of Gold Tips #DCB327

Tints of Gold Tips #DCB327

Color information

#DCB327 (or 0xDCB327) is unknown color: approx Gold Tips. HEX triplet: DC, B3 and 27. RGB value is (220,179,39). Sum of RGB (Red+Green+Blue) = 220+179+39=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB327 is #234CD8. Grayscale: #AFAFAF. Windows color (decimal): -2313433 or 2601948. OLE color: 2601948.

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

Color convert

RGB22017939-
CMYK00.190.820.14
HSL46.41º72.11%50.78%-
HSV(B)46.41º82.27%86.27%-
XYZ4647.68.68-
YUV175.351.08159.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 179 (70.31% from 255) = 40.87%
BLUE value IS 39 (15.62% from 255) = 8.90%
R=50.23%
G=40.87%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201793900.190.820.1446.4172.1150.78
HexDCB32701352E2e4833
Octal33426347023122165611063
Binary1101110010110011100111010011101001011101011101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB327; }

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

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

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

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

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

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

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

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