#DFC245

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

Shades of Confetti #DFC245

Tints of Confetti #DFC245

Color information

#DFC245 (or 0xDFC245) is unknown color: approx Confetti. HEX triplet: DF, C2 and 45. RGB value is (223,194,69). Sum of RGB (Red+Green+Blue) = 223+194+69=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC245 is #203DBA. Grayscale: #BCBCBC. Windows color (decimal): -2112955 or 4571871. OLE color: 4571871.

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

Color convert

RGB22319469-
CMYK00.130.690.13
HSL48.7º70.64%57.25%-
HSV(B)48.7º69.06%87.45%-
XYZ50.854.713.51-
YUV188.4260.61152.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 69 (27.34% from 255) = 14.20%
R=45.88%
G=39.92%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231946900.130.690.1348.770.6457.25
HexDFC2450D45D314739
Octal337302105015105156110771
Binary1101111111000010100010101101100010111011100011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC245; }

 p { color: rgb(223,194,69); }

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

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

 a { background-color: rgb(223,194,69); }

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

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

 span { border-color: rgb(223,194,69); }

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