#dfcc55

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

Shades of Confetti #DFCC55

Tints of Confetti #DFCC55

Color information

#DFCC55 (or 0xDFCC55) is unknown color: approx Confetti. HEX triplet: DF, CC and 55. RGB value is (223,204,85). Sum of RGB (Red+Green+Blue) = 223+204+85=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC55 is #2033AA. Grayscale: #C4C4C4. Windows color (decimal): -2110379 or 5623007. OLE color: 5623007.

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

Color convert

RGB22320485-
CMYK00.090.620.13
HSL51.74º68.32%60.39%-
HSV(B)51.74º61.88%87.45%-
XYZ53.6659.5317.26-
YUV196.1165.29147.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 85 (33.59% from 255) = 16.60%
R=43.55%
G=39.84%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232048500.090.620.1351.7468.3260.39
HexDFCC55093ED34443c
Octal33731412501176156410474
Binary110111111100110010101010100111111011011101001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfcc55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfcc55; }

 p { color: rgb(223,204,85); }

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

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

 a { background-color: rgb(223,204,85); }

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

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

 span { border-color: rgb(223,204,85); }

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