#DFC552

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

Shades of Confetti #DFC552

Tints of Confetti #DFC552

Color information

#DFC552 (or 0xDFC552) is unknown color: approx Confetti. HEX triplet: DF, C5 and 52. RGB value is (223,197,82). Sum of RGB (Red+Green+Blue) = 223+197+82=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC552 is #203AAD. Grayscale: #C0C0C0. Windows color (decimal): -2112174 or 5424607. OLE color: 5424607.

HSL color Cylindrical-coordinate representation of color #DFC552: hue angle of 48.94º 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 #DFC552 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22319782-
CMYK00.120.630.13
HSL48.94º68.78%59.8%-
HSV(B)48.94º63.23%87.45%-
XYZ51.9256.2316.1-
YUV191.6666.11150.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.42%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 82 (32.42% from 255) = 16.33%
R=44.42%
G=39.24%
B=16.33%

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
Decimal2231978200.120.630.1348.9468.7859.8
HexDFC5520C3FD31453c
Octal33730512201477156110574
Binary110111111100010110100100110011111111011100011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC552; }

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

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

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

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

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

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

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

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