#DFC254

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

Shades of Cream Can #DFC254

Tints of Cream Can #DFC254

Color information

#DFC254 (or 0xDFC254) is unknown color: approx Cream Can. HEX triplet: DF, C2 and 54. RGB value is (223,194,84). Sum of RGB (Red+Green+Blue) = 223+194+84=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC254 is #203DAB. Grayscale: #BEBEBE. Windows color (decimal): -2112940 or 5554911. OLE color: 5554911.

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

Color convert

RGB22319484-
CMYK00.130.620.13
HSL47.48º68.47%60.2%-
HSV(B)47.48º62.33%87.45%-
XYZ51.3254.9116.28-
YUV190.1368.11151.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 84 (33.20% from 255) = 16.77%
R=44.51%
G=38.72%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231948400.130.620.1347.4868.4760.2
HexDFC2540D3ED2f443c
Octal33730212401576155710474
Binary110111111100001010101000110111111011011011111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC254; }

 p { color: rgb(223,194,84); }

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

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

 a { background-color: rgb(223,194,84); }

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

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

 span { border-color: rgb(223,194,84); }

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