#DFCC52

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

Shades of Confetti #DFCC52

Tints of Confetti #DFCC52

Color information

#DFCC52 (or 0xDFCC52) is unknown color: approx Confetti. HEX triplet: DF, CC and 52. RGB value is (223,204,82). Sum of RGB (Red+Green+Blue) = 223+204+82=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC52 is #2033AD. Grayscale: #C4C4C4. Windows color (decimal): -2110382 or 5426399. OLE color: 5426399.

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

Color convert

RGB22320482-
CMYK00.090.630.13
HSL51.91º68.78%59.8%-
HSV(B)51.91º63.23%87.45%-
XYZ53.5559.4816.64-
YUV195.7763.79147.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.81%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=43.81%
G=40.08%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232048200.090.630.1351.9168.7859.8
HexDFCC52093FD34453c
Octal33731412201177156410574
Binary110111111100110010100100100111111111011101001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCC52; }

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

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

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

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

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

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

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

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