#DFC54E

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

Shades of Confetti #DFC54E

Tints of Confetti #DFC54E

Color information

#DFC54E (or 0xDFC54E) is unknown color: approx Confetti. HEX triplet: DF, C5 and 4E. RGB value is (223,197,78). Sum of RGB (Red+Green+Blue) = 223+197+78=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC54E is #203AB1. Grayscale: #BFBFBF. Windows color (decimal): -2112178 or 5162463. OLE color: 5162463.

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

Color convert

RGB22319778-
CMYK00.120.650.13
HSL49.24º69.38%59.02%-
HSV(B)49.24º65.02%87.45%-
XYZ51.7756.1715.32-
YUV191.2164.11150.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 197 (77.34% from 255) = 39.56%
BLUE value IS 78 (30.86% from 255) = 15.66%
R=44.78%
G=39.56%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231977800.120.650.1349.2469.3859.02
HexDFC54E0C41D31453b
Octal337305116014101156110573
Binary1101111111000101100111001100100000111011100011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC54E; }

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

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

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

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

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

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

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

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