#DFC553

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

Shades of Confetti #DFC553

Tints of Confetti #DFC553

Color information

#DFC553 (or 0xDFC553) is unknown color: approx Confetti. HEX triplet: DF, C5 and 53. RGB value is (223,197,83). Sum of RGB (Red+Green+Blue) = 223+197+83=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC553 is #203AAC. Grayscale: #C0C0C0. Windows color (decimal): -2112173 or 5490143. OLE color: 5490143.

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

Color convert

RGB22319783-
CMYK00.120.630.13
HSL48.86º68.63%60%-
HSV(B)48.86º62.78%87.45%-
XYZ51.9656.2516.3-
YUV191.7866.61150.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.33%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 83 (32.81% from 255) = 16.50%
R=44.33%
G=39.17%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231978300.120.630.1348.8668.6360
HexDFC5530C3FD31453c
Octal33730512301477156110574
Binary110111111100010110100110110011111111011100011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC553; }

 p { color: rgb(223,197,83); }

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

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

 a { background-color: rgb(223,197,83); }

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

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

 span { border-color: rgb(223,197,83); }

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