#dfbe44

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

Shades of Confetti #DFBE44

Tints of Confetti #DFBE44

Color information

#DFBE44 (or 0xDFBE44) is unknown color: approx Confetti. HEX triplet: DF, BE and 44. RGB value is (223,190,68). Sum of RGB (Red+Green+Blue) = 223+190+68=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBE44 is #2041BB. Grayscale: #BABABA. Windows color (decimal): -2113980 or 4505311. OLE color: 4505311.

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

Color convert

RGB22319068-
CMYK00.150.700.13
HSL47.23º70.78%57.06%-
HSV(B)47.23º69.51%87.45%-
XYZ49.8952.9313.06-
YUV185.9661.43154.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.36%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 68 (26.95% from 255) = 14.14%
R=46.36%
G=39.50%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231906800.150.700.1347.2370.7857.06
HexDFBE440F46D2f4739
Octal337276104017106155710771
Binary1101111110111110100010001111100011011011011111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfbe44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfbe44; }

 p { color: rgb(223,190,68); }

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

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

 a { background-color: rgb(223,190,68); }

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

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

 span { border-color: rgb(223,190,68); }

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