#DFC156

Color #DFC156 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #DFC156

Tints of Cream Can #DFC156

Color information

#DFC156 (or 0xDFC156) is unknown color: approx Cream Can. HEX triplet: DF, C1 and 56. RGB value is (223,193,86). Sum of RGB (Red+Green+Blue) = 223+193+86=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC156 is #203EA9. Grayscale: #BEBEBE. Windows color (decimal): -2113194 or 5685727. OLE color: 5685727.

HSL color Cylindrical-coordinate representation of color #DFC156: hue angle of 46.86º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFC156 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22319386-
CMYK00.130.610.13
HSL46.86º68.16%60.59%-
HSV(B)46.86º61.43%87.45%-
XYZ51.1854.516.63-
YUV189.7769.44151.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 86 (33.98% from 255) = 17.13%
R=44.42%
G=38.45%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231938600.130.610.1346.8668.1660.59
HexDFC1560D3DD2f443d
Octal33730112601575155710475
Binary110111111100000110101100110111110111011011111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC156; }

 p { color: rgb(223,193,86); }

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

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

 a { background-color: rgb(223,193,86); }

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

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

 span { border-color: rgb(223,193,86); }

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