#DFC752

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

Shades of Confetti #DFC752

Tints of Confetti #DFC752

Color information

#DFC752 (or 0xDFC752) is unknown color: approx Confetti. HEX triplet: DF, C7 and 52. RGB value is (223,199,82). Sum of RGB (Red+Green+Blue) = 223+199+82=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC752 is #2038AD. Grayscale: #C1C1C1. Windows color (decimal): -2111662 or 5425119. OLE color: 5425119.

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

Color convert

RGB22319982-
CMYK00.110.630.13
HSL49.79º68.78%59.8%-
HSV(B)49.79º63.23%87.45%-
XYZ52.3857.1416.25-
YUV192.8465.45149.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 82 (32.42% from 255) = 16.27%
R=44.25%
G=39.48%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231998200.110.630.1349.7968.7859.8
HexDFC7520B3FD32453c
Octal33730712201377156210574
Binary110111111100011110100100101111111111011100101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC752; }

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

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

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

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

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

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

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

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