#DFC24E

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

Shades of Confetti #DFC24E

Tints of Confetti #DFC24E

Color information

#DFC24E (or 0xDFC24E) is unknown color: approx Confetti. HEX triplet: DF, C2 and 4E. RGB value is (223,194,78). Sum of RGB (Red+Green+Blue) = 223+194+78=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC24E is #203DB1. Grayscale: #BDBDBD. Windows color (decimal): -2112946 or 5161695. OLE color: 5161695.

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

Color convert

RGB22319478-
CMYK00.130.650.13
HSL48º69.38%59.02%-
HSV(B)48º65.02%87.45%-
XYZ51.154.8215.1-
YUV189.4565.11151.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 78 (30.86% from 255) = 15.76%
R=45.05%
G=39.19%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231947800.130.650.134869.3859.02
HexDFC24E0D41D30453b
Octal337302116015101156010573
Binary1101111111000010100111001101100000111011100001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC24E; }

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

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

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

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

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

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

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

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